Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/functional-tests-legacy/Util/
DPfwUnitTestLib.py77 testPlatformBindAddress = "18444" variable in Hal
78 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: