robot: Fixup test targets (#1034)

We were listing on a dir that now doesn't exist necessarly anymore, and
when picking up the iso from latest release, we are selectively
pickingone flavor for the upgrade test.

Signed-off-by: mudler <mudler@c3os.io>
This commit is contained in:
Ettore Di Giacinto
2023-03-03 23:27:41 +01:00
committed by Itxaka
parent c0afc41fe4
commit ca7576c1fe

View File

@@ -638,7 +638,6 @@ run-qemu-test:
COPY +iso/kairos.iso kairos.iso
ENV ISO=/build/kairos.iso
END
RUN pwd && ls -l && ls -l build
RUN PATH=$PATH:$GOPATH/bin ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/
###