Example #1
0
 def setUp(self):
     self.create_cib = get_xml_manipulation_creator_from_file(
         rc("cib-empty.xml"))
     self.cib = self.create_cib()
Example #2
0
 def setUp(self):
     self.create_covered_status = get_xml_manipulation_creator_from_file(
         rc('crm_mon.minimal.xml'))
     self.covered_status = self.create_covered_status()
Example #3
0
 def setUp(self):
     self.create_cib = get_xml_manipulation_creator_from_file(rc("cib-empty.xml"))
     self.cib = self.create_cib()
 def setUp(self):
     self.create_covered_status = get_xml_manipulation_creator_from_file(
         rc('crm_mon.minimal.xml')
     )
     self.covered_status = self.create_covered_status()
Example #5
0
 def setUp(self):
     self.mock_logger = mock.MagicMock(logging.Logger)
     self.mock_reporter = MockLibraryReportProcessor()
     self.create_cib = get_xml_manipulation_creator_from_file(
         rc("cib-empty.xml")
     )