Skip to content

Commit b398fa4

Browse files
authored
Merge pull request hyperhq#732 from gnawux/irssi
stick irssi image in test cases to specified version
2 parents 594fcef + 6818e73 commit b398fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/lib/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ hyper::test::remove_container_with_volume() {
174174
hyper::test::imageuser() {
175175
echo "Pod image user config test"
176176
# irssi image has "User": "user"
177-
id=$(sudo hyperctl run -d --env="TERM=xterm" irssi:1 | sed -ne "s/POD id is \(.*\)/\1/p")
177+
id=$(sudo hyperctl run -d --env="TERM=xterm" irssi:1.1.0 | sed -ne "s/POD id is \(.*\)/\1/p")
178178
res=$(sudo hyperctl exec $id ps aux | grep user > /dev/null 2>&1; echo $?)
179179
sudo hyperctl rm $id
180180
test $res -eq 0

hack/pods/user-override.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"containers" : [{
3-
"image": "irssi:1",
3+
"image": "irssi:1.1.0",
44
"user": {
55
"name": "nobody"
66
},

0 commit comments

Comments
 (0)