Exemplo n.º 1
0
 def setUp(self):
     self.create_cib = get_xml_manipulation_creator_from_file(
         rc("cib-empty.xml"))
     self.cib = self.create_cib()
Exemplo n.º 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()
Exemplo n.º 3
0
 def setUp(self):
     self.create_cib = get_xml_manipulation_creator_from_file(rc("cib-empty.xml"))
     self.cib = self.create_cib()
Exemplo n.º 4
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()
Exemplo n.º 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")
     )