MCPcopy Create free account
hub / github.com/apache/cloudstack / test_is_redundant

Method test_is_redundant

systemvm/test/TestCsCmdLine.py:35–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.assertTrue(self.cscmdline.idata() == {})
34
35 def test_is_redundant(self):
36 self.assertTrue(self.cscmdline.is_redundant() is False)
37 self.cscmdline.set_redundant()
38 self.assertTrue(self.cscmdline.is_redundant() is True)
39
40 def test_get_guest_gw(self):
41 tval = "192.168.1.4"

Callers

nothing calls this directly

Calls 3

assertTrueMethod · 0.80
is_redundantMethod · 0.80
set_redundantMethod · 0.80

Tested by

no test coverage detected