Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Gris Ge
bf887f930e Enable Fedora CI
Signed-off-by: Gris Ge <fge@redhat.com>
2019-03-20 14:34:07 +08:00
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,2 @@
run:
./runtest.sh

View file

@ -0,0 +1,7 @@
#!/bin/bash -ex
TMP_FILE=$(mktemp /tmp/nmstate.XXXXXX.yaml)
nmstatectl show > $TMP_FILE
nmstatectl set $TMP_FILE

9
tests/tests.yml Normal file
View file

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- cli_query_reapply
required_packages:
- nmstate