Searched refs:testPlatformBindAddress (Results 1 – 1 of 1) sorted by relevance
77 testPlatformBindAddress = "18444" variable in Hal78 platform_command = ["remote-process", "localhost", testPlatformBindAddress]85 cmd= ["test-platform", os.environ["PFW_TEST_CONFIGURATION"], self.testPlatformBindAddress]88 while socket.socket().connect_ex(("localhost", int(self.testPlatformBindAddress))) != 0: