On Thu, 24 Sep 2020 18:16:12 +0200 Thomas Huth <thuth@xxxxxxxxxx> wrote: > With the new QEMU from Ubuntu Focal, we can now run more tests with TCG. > > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > .travis.yml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index f1bcf3d..6080326 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -116,7 +116,8 @@ jobs: > env: > - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-" > - BUILD_DIR="." > - - TESTS="diag10 diag308" > + - TESTS="cpumodel css diag10 diag288 diag308 emulator intercept sclp-1g > + sclp-3g selftest-setup" > - ACCEL="tcg,firmware=s390x/run" > > - addons: > @@ -124,7 +125,7 @@ jobs: > env: > - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-" > - BUILD_DIR="s390x-builddir" > - - TESTS="sieve" > + - TESTS="sieve skey stsi vector" > - ACCEL="tcg,firmware=s390x/run" > > - os: osx Nice. Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>