Revision 9355a604 snf-tools/synnefo_tools/burnin/network_tests.py

b/snf-tools/synnefo_tools/burnin/network_tests.py
42 42
from synnefo_tools.burnin.cyclades_common import CycladesTests
43 43

  
44 44

  
45
# Too many public methods. pylint: disable-msg=R0904
45
# pylint: disable=too-many-public-methods
46 46
class NetworkTestSuite(CycladesTests):
47 47
    """Test Networking in Cyclades"""
48 48
    avail_images = Proper(value=None)

Also available in: Unified diff