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_cib = get_xml_manipulation_creator_from_file(
         rc("cib-empty.xml"))
     self.cib = self.create_cib()
Exemplo n.º 3
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()