Skip to content
Snippets Groups Projects
Commit ce5d550e authored by Esben Haabendal's avatar Esben Haabendal
Browse files

openharmony-standard-image-tests: Use tun/tap networking


As we by now require working tun/tap support in CI runner to allow running ACTS,
there is no need for using slirp networking.

And who knows, maybe the randomly failing ssh ptest could be related to the QEMU
slirp implementation.

Signed-off-by: default avatarEsben Haabendal <esben@geanix.com>
parent e5fc2bce
No related branches found
No related tags found
1 merge request!119Fix problems with ssh timeout in ptest CI job
......@@ -388,6 +388,7 @@ ptest:
DISTRO: oniro-openharmony-linux
OPENHARMONY_VERSION: "3.0"
RECIPE: openharmony-standard-image-tests
TAP_ADDR: 192.168.7.1/30
parallel:
matrix:
- MACHINE: [qemuarma7]
......
......@@ -13,13 +13,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
# ping and ssh are the minimum required test suites dependencies of ptest
TEST_SUITES = "ping ssh ptest"
# slirp provides networking without the need for sudo to setup TUN/TAP
TEST_QEMUBOOT_TIMEOUT = "300"
TEST_SERVER_IP = "127.0.0.1"
QEMU_USE_SLIRP = "1"
# although not accessible when using slirp, this at least makes target see
# working graphics devices
# make target see working graphics device
TEST_RUNQEMUPARAMS = "publicvnc"
# debug-tweaks provides password-less root account required by testimage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment