Searched full:testbeds (Results 1 – 8 of 8) sorted by relevance
190 testbeds = configs[keys.Config.key_testbed.value]191 if type(testbeds) is list:193 for testbed in testbeds:195 testbeds = tb_dict196 elif type(testbeds) is dict:199 for name, testbed in testbeds.items():205 if name in testbeds:206 tbs[name] = testbeds[name]211 testbeds = tbs233 _validate_testbed_configs(testbeds, config_path)[all …]
210 'TestBeds': [{233 'TestBeds': [{255 'TestBeds': [{289 'TestBeds': [{
73 CONFIG_KEY_TESTBEDS = 'TestBeds'
1 TestBeds:
210 # testbeds which have the private key in another location, set it now.
575 "TestBeds:\n" in updateTemplateConfigFile()607 List<Object> testBedList = (List<Object>) configMap.get("TestBeds"); in updateConfigFile()
341 'TestBeds': [{
1440 .append("TestBeds:") in testUpdateConfigFile()1483 .append("TestBeds:") in testUpdateConfigFileMultidevice()1531 .append("TestBeds:") in testUpdateConfigFileDetectDevice()