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() {
41
41
42
42
export DEBIAN_FRONTEND=noninteractive
43
43
apt-get install python3-pip -y
44
- pip3 install -U pytest requests pyyaml sh
44
+ pip3 install -U pytest requests pyyaml sh psutil
45
45
apt-get install jq -y
46
46
snap install kubectl --classic
47
47
export ARCH=$( uname -m)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ systemctl enable --now snapd.socket
9
9
ln -s /var/lib/snapd/snap /snap
10
10
yum install python3-pip -y
11
11
yum install docker -y
12
- pip3 install pytest requests pyyaml sh
12
+ pip3 install pytest requests pyyaml sh psutil
13
13
14
14
# wait for the snapd seeding to take place!
15
15
n=0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ systemctl enable --now snapd.socket
7
7
ln -s /var/lib/snapd/snap /snap
8
8
yum install python3-pip -y
9
9
yum install docker -y
10
- pip3 install pytest requests pyyaml sh
10
+ pip3 install pytest requests pyyaml sh psutil
11
11
12
12
# wait for the snapd seeding to take place!
13
13
n=0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ systemctl enable --now snapd.socket
9
9
ln -s /var/lib/snapd/snap /snap
10
10
yum install python3-pip -y
11
11
yum install docker -y
12
- pip3 install pytest requests pyyaml sh
12
+ pip3 install pytest requests pyyaml sh psutil
13
13
14
14
# wait for the snapd seeding to take place!
15
15
n=0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
5
5
6
6
apt-get update
7
7
apt-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
9
9
# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
10
10
# if core is to be installed by microk8s it fails
11
11
24
24
sudo snap install core20 && break # substitute your command here
25
25
n=$[$n +1]
26
26
sleep 10
27
- done
27
+ done
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
5
5
6
6
apt-get update
7
7
apt-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
9
9
# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
10
10
# if core is to be installed by microk8s it fails
11
11
25
25
sudo snap install core20 && break # substitute your command here
26
26
n=$[$n +1]
27
27
sleep 10
28
- done
28
+ done
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
5
5
6
6
apt-get update
7
7
apt-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
9
9
# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
10
10
# if core is to be installed by microk8s it fails
11
11
16
16
sudo snap install core20 && break # substitute your command here
17
17
n=$[$n +1]
18
18
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
8
8
ln -s /var/lib/snapd/snap /snap
9
9
yum install python3-pip -y
10
10
yum install docker -y
11
- pip3 install pytest requests pyyaml sh
11
+ pip3 install pytest requests pyyaml sh psutil
12
12
13
13
# wait for the snapd seeding to take place!
14
14
n=0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ systemctl enable --now snapd.socket
8
8
ln -s /var/lib/snapd/snap /snap
9
9
yum install python3-pip -y
10
10
yum install docker -y
11
- pip3 install pytest requests pyyaml sh
11
+ pip3 install pytest requests pyyaml sh psutil
12
12
13
13
# wait for the snapd seeding to take place!
14
14
n=0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ systemctl enable --now snapd.socket
9
9
ln -s /var/lib/snapd/snap /snap
10
10
yum install python3-pip -y
11
11
yum install docker -y
12
- pip3 install pytest requests pyyaml sh
12
+ pip3 install pytest requests pyyaml sh psutil
13
13
14
14
# wait for the snapd seeding to take place!
15
15
n=0
You can’t perform that action at this time.
0 commit comments