This repository was archived by the owner on Feb 8, 2021. It is now read-only.
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
hyper::test::execvm() test failure #555
Closed
Description
reported by Hykins at http://ci.hypercontainer.io:8080/job/hyperd-auto/249/console
test case:
148 hyper::test::execvm() {
149 echo "Pod execvm echo test"
150 id=$(sudo hyperctl run -d busybox /bin/sh | sed -ne "s/POD id is \(.*\)/\1/p")
151 echo "test pod ID is $id"
152 res=$(sudo hyperctl exec -m $id /sbin/busybox sh -c "echo aaa")
153 echo "should return aaa, actual: $res"
154 test $res == aaa
155 sudo hyperctl rm $id
156 }
exec succeeded.
04:00:34 I0317 04:00:33.958069 7148 json.go:316] ProcessAsyncEvent: %s{"container":"hyperstart","process":"hyperstart-exec-OlJNvDceBK","event":"finished","status":0}
but no result was returned.
should return aaa, actual: