Attempting to call the qemu-tests from the iso-build to create a pipeline
This commit is contained in:
parent
8d34a8b323
commit
3f07bb41f5
|
|
@ -18,15 +18,15 @@ jobs:
|
||||||
# Generate a .screenrc that will auto-run the test
|
# Generate a .screenrc that will auto-run the test
|
||||||
# as well as record it for publishing using asciinema.
|
# as well as record it for publishing using asciinema.
|
||||||
- run: |
|
- run: |
|
||||||
cat <<EOF >> .screenrc_test
|
cat <<EOF >> .screenrc_test
|
||||||
startup_message off
|
startup_message off
|
||||||
chdir tests/qemu
|
chdir tests/qemu
|
||||||
screen 0 python run_test.py
|
screen 0 python run_test.py
|
||||||
split
|
split
|
||||||
focus down
|
focus down
|
||||||
resize 24
|
resize 24
|
||||||
screen 1 asciinema rec demo.cast --overwrite -c "tail -f serial.log"
|
screen 1 asciinema rec demo.cast --overwrite -c "tail -f serial.log"
|
||||||
EOF
|
EOF
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: tree
|
- run: tree
|
||||||
- run: cat .screenrc_test
|
- run: cat .screenrc_test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue