Skip to content

Commit 6751155

Browse files
committed
[KK] Install jsonschema and pyyaml
Some networking tests have python scripts that use these libraries
1 parent 5c4fe4c commit 6751155

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

kernel_kselftest.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ install_kselftest_deps_8() {
7575
kernel-selftests-internal
7676

7777
pip3 install --user \
78+
jsonschema \
7879
netaddr \
7980
packaging \
8081
pyftpdlib \
8182
pyparsing \
8283
pytest \
84+
pyyaml \
8385
scapy \
8486
tftpy
8587
}
@@ -141,11 +143,13 @@ install_kselftest_deps_9() {
141143
wget
142144

143145
pip3 install --user \
146+
jsonschema \
144147
netaddr \
145148
packaging \
146149
pyftpdlib \
147150
pyparsing \
148151
pytest \
152+
pyyaml \
149153
scapy \
150154
tftpy \
151155
wheel
@@ -205,11 +209,13 @@ install_kselftest_deps_10() {
205209
wget
206210

207211
pip3 install --user \
212+
jsonschema \
208213
netaddr \
209214
packaging \
210215
pyftpdlib \
211216
pyparsing \
212217
pytest \
218+
pyyaml \
213219
scapy \
214220
tftpy \
215221
wheel

0 commit comments

Comments
 (0)