Example #1
0
 def test_oscheck(self):
   sanity.osCheck()
   self.assert_("Unsupported Operating System" not in sanity.errorsList)
Example #2
0
 def test_oscheck(self):
     sanity.osCheck()
     self.assert_("Unsupported Operating System" not in sanity.errorsList)