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

b/snf-tools/synnefo_tools/burnin/stale_tests.py
40 40
from synnefo_tools.burnin.cyclades_common import CycladesTests
41 41

  
42 42

  
43
# Too many public methods. pylint: disable-msg=R0904
43
# pylint: disable=too-many-public-methods
44 44
class StaleServersTestSuite(CycladesTests):
45 45
    """Handle stale Servers"""
46 46
    stale_servers = Proper(value=None)
......
72 72
            self._delete_servers(self.stale_servers, error=True)
73 73

  
74 74

  
75
# Too many public methods. pylint: disable-msg=R0904
75
# pylint: disable=too-many-public-methods
76 76
class StaleFloatingIPsTestSuite(CycladesTests):
77 77
    """Handle stale Floating IPs"""
78 78
    stale_ips = Proper(value=None)
......
107 107
            self._delete_floating_ips(self.stale_ips)
108 108

  
109 109

  
110
# Too many public methods. pylint: disable-msg=R0904
110
# pylint: disable=too-many-public-methods
111 111
class StaleNetworksTestSuite(CycladesTests):
112 112
    """Handle stale Networks"""
113 113
    stale_networks = Proper(value=None)

Also available in: Unified diff