File tree Expand file tree Collapse file tree 13 files changed +16
-16
lines changed Expand file tree Collapse file tree 13 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function setup_tests() {
4141
4242 export DEBIAN_FRONTEND=noninteractive
4343 apt-get install python3-pip -y
44- pip3 install -U pytest requests pyyaml sh
44+ pip3 install -U pytest requests pyyaml sh psutil
4545 apt-get install jq -y
4646 snap install kubectl --classic
4747 export ARCH=$( uname -m)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ systemctl enable --now snapd.socket
99ln -s /var/lib/snapd/snap /snap
1010yum install python3-pip -y
1111yum install docker -y
12- pip3 install pytest requests pyyaml sh
12+ pip3 install pytest requests pyyaml sh psutil
1313
1414# wait for the snapd seeding to take place!
1515n=0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ systemctl enable --now snapd.socket
77ln -s /var/lib/snapd/snap /snap
88yum install python3-pip -y
99yum install docker -y
10- pip3 install pytest requests pyyaml sh
10+ pip3 install pytest requests pyyaml sh psutil
1111
1212# wait for the snapd seeding to take place!
1313n=0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ systemctl enable --now snapd.socket
99ln -s /var/lib/snapd/snap /snap
1010yum install python3-pip -y
1111yum install docker -y
12- pip3 install pytest requests pyyaml sh
12+ pip3 install pytest requests pyyaml sh psutil
1313
1414# wait for the snapd seeding to take place!
1515n=0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
55
66apt-get update
77apt-get install python3-pip docker.io libsquashfuse0 squashfuse fuse snapd -y
8- pip3 install pytest requests pyyaml sh
8+ pip3 install pytest requests pyyaml sh psutil
99# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
1010# if core is to be installed by microk8s it fails
1111
2424 sudo snap install core20 && break # substitute your command here
2525 n=$[$n +1]
2626 sleep 10
27- done
27+ done
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
55
66apt-get update
77apt-get install python3-pip docker.io libsquashfuse0 squashfuse fuse snapd -y
8- pip3 install pytest requests pyyaml sh
8+ pip3 install pytest requests pyyaml sh psutil
99# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
1010# if core is to be installed by microk8s it fails
1111
2525 sudo snap install core20 && break # substitute your command here
2626 n=$[$n +1]
2727 sleep 10
28- done
28+ done
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
55
66apt-get update
77apt-get install python3-pip docker.io libsquashfuse0 squashfuse fuse snapd -y
8- pip3 install pytest requests pyyaml sh --break-system-packages
8+ pip3 install pytest requests pyyaml sh psutil --break-system-packages
99# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
1010# if core is to be installed by microk8s it fails
1111
1616 sudo snap install core20 && break # substitute your command here
1717 n=$[$n +1]
1818 sleep 10
19- done
19+ done
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ systemctl enable --now snapd.socket
88ln -s /var/lib/snapd/snap /snap
99yum install python3-pip -y
1010yum install docker -y
11- pip3 install pytest requests pyyaml sh
11+ pip3 install pytest requests pyyaml sh psutil
1212
1313# wait for the snapd seeding to take place!
1414n=0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ systemctl enable --now snapd.socket
88ln -s /var/lib/snapd/snap /snap
99yum install python3-pip -y
1010yum install docker -y
11- pip3 install pytest requests pyyaml sh
11+ pip3 install pytest requests pyyaml sh psutil
1212
1313# wait for the snapd seeding to take place!
1414n=0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ systemctl enable --now snapd.socket
99ln -s /var/lib/snapd/snap /snap
1010yum install python3-pip -y
1111yum install docker -y
12- pip3 install pytest requests pyyaml sh
12+ pip3 install pytest requests pyyaml sh psutil
1313
1414# wait for the snapd seeding to take place!
1515n=0
You can’t perform that action at this time.
0 commit comments