File tree 11 files changed +33
-33
lines changed
src/test_driver/linux-cirque
11 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ def run_controller_test(self):
91
91
92
92
req_device_id = req_ids [0 ]
93
93
94
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
94
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
95
95
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
96
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
96
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
97
97
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
98
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
98
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
99
99
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
100
100
101
101
command = ("gdb -return-child-result -q -ex run -ex bt --args python3 "
Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ def run_controller_test(self):
91
91
92
92
req_device_id = req_ids [0 ]
93
93
94
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
94
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
95
95
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
96
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
96
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
97
97
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
98
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
98
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
99
99
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
100
100
101
101
command = "gdb -return-child-result -q -ex run -ex bt --args python3 {} -t 150 -a {} --paa-trust-store-path {}" .format (
Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ def run_controller_test(self):
132
132
133
133
req_device_id = req_ids [0 ]
134
134
135
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
135
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
136
136
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
137
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
137
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
138
138
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
139
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
139
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
140
140
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
141
141
142
142
command = ("gdb -return-child-result -q -ex run -ex bt --args python3 "
Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ def run_controller_test(self):
95
95
96
96
req_device_id = req_ids [0 ]
97
97
98
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
98
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
99
99
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
100
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
100
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
101
101
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
102
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
102
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
103
103
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
104
104
105
105
command = ("gdb -return-child-result -q -ex run -ex bt "
Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ def run_controller_test(self):
91
91
92
92
req_device_id = req_ids [0 ]
93
93
94
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
94
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
95
95
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
96
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
96
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
97
97
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
98
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
98
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
99
99
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
100
100
101
101
command = "gdb -return-child-result -q -ex run -ex bt --args python3 {} -t 150 -a {} --paa-trust-store-path {}" .format (
Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ def run_controller_test(self):
91
91
92
92
req_device_id = req_ids [0 ]
93
93
94
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
94
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
95
95
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
96
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
96
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
97
97
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
98
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
98
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
99
99
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
100
100
101
101
command = ("gdb -batch -return-child-result -q -ex run -ex \" thread apply all bt\" "
Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ def run_controller_test(self):
104
104
105
105
req_device_id = req_ids [0 ]
106
106
107
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
107
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
108
108
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
109
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
109
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
110
110
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
111
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
111
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
112
112
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
113
113
114
114
command = "gdb -return-child-result -q -ex run -ex bt --args python3 {} -t 150 -d {} --paa-trust-store-path {} --nodeid {}" .format (
Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ def run_controller_test(self):
98
98
99
99
req_device_id = req_ids [0 ]
100
100
101
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
101
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
102
102
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
103
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
103
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
104
104
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
105
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
105
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
106
106
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
107
107
108
108
command = ("gdb -return-child-result -q -ex run -ex bt --args python3 "
Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ def run_subscription_resumption_capacity_test(self):
125
125
self .reset_thread_devices (server_ids )
126
126
127
127
for req_device_id in req_ids :
128
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
128
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
129
129
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
130
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
130
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
131
131
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
132
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
132
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
133
133
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
134
134
135
135
command1 = ("gdb -batch -return-child-result -q -ex run -ex \" thread apply all bt\" "
Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ def run_subscription_resumption_test(self):
102
102
103
103
req_device_id = req_ids [0 ]
104
104
105
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
105
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
106
106
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
107
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
107
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
108
108
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
109
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
109
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
110
110
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
111
111
112
112
command = ("gdb -batch -return-child-result -q -ex run -ex \" thread apply all bt\" "
Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ def run_subscription_resumption_timeout_test(self):
103
103
104
104
req_device_id = req_ids [0 ]
105
105
106
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
106
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
107
107
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_clusters-0.0-py3-none-any.whl" )))
108
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
108
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
109
109
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl" )))
110
- self .execute_device_cmd (req_device_id , "pip3 install {}" .format (os .path .join (
110
+ self .execute_device_cmd (req_device_id , "pip3 install --break-system-packages {}" .format (os .path .join (
111
111
CHIP_REPO , "out/debug/linux_x64_gcc/controller/python/chip_repl-0.0-py3-none-any.whl" )))
112
112
113
113
command = ("gdb -batch -return-child-result -q -ex run -ex \" thread apply all bt\" "
You can’t perform that action at this time.
0 commit comments