Home
last modified time | relevance | path

Searched refs:check_configuration_file (Results 1 – 2 of 2) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/bake/test/
H A DTestBake.py315 testResult = bakeInstance.check_configuration_file("strangeName")
318 testResult = bakeInstance.check_configuration_file("bakeconf.xml")
323 testResult = bakeInstance.check_configuration_file("bakeconf.xml")
334 testResult = bakeInstance.check_configuration_file("bakefile.xml")
/dports/net/ns3/ns-allinone-3.35/bake/bake/
H A DBake.py123 options.bakeconf = self.check_configuration_file(options.bakeconf, False);
125 config = self.check_configuration_file(config, True)
546 options.bakeconf = self.check_configuration_file(options.bakeconf, False);
846 config = self.check_configuration_file(config, True);
1570 config= self.check_configuration_file(config, True);
1617 def check_configuration_file(self, configFile, considersTemplate=False): member in Bake