Example #1
0
 def test_netcheck(self):
   sanity.networkCheck()
   self.assert_("Hostname is localhost" not in sanity.errorsList)
Example #2
0
 def test_netcheck(self):
     sanity.networkCheck()
     self.assert_("Hostname is localhost" not in sanity.errorsList)