예제 #1
0
파일: test_tools.py 프로젝트: cwjenkins/pcs
 def setUp(self):
     self.create_cib = get_xml_manipulation_creator_from_file(
         rc("cib-empty.xml"))
     self.cib = self.create_cib()
예제 #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()
예제 #3
0
 def setUp(self):
     self.create_cib = get_xml_manipulation_creator_from_file(rc("cib-empty.xml"))
     self.cib = self.create_cib()
예제 #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()
예제 #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")
     )