#2 Enable Fedora CI
Merged 5 years ago by cathay4t. Opened 5 years ago by cathay4t.
rpms/ cathay4t/nmstate tests  into  master

@@ -0,0 +1,7 @@ 

+ #!/bin/bash -ex

+ 

+ TMP_FILE=$(mktemp /tmp/nmstate.XXXXXX.yaml)

+ 

+ nmstatectl show > $TMP_FILE 2>/dev/null

+ 

+ nmstatectl set $TMP_FILE 2>/dev/null

file added
+12
@@ -0,0 +1,12 @@ 

+ - hosts: localhost

+   roles:

+   - role: standard-test-basic

+     tags:

+     - classic

+     remote_user: root

+     tests:

+     - cli_query_reapply:

+         dir: .

+         run: ./cli_query_reapply.sh

+     required_packages:

+     - nmstate

Try out the Fedora CI just to nmstate show and reapply the same config.

rebased onto 0c01427

5 years ago

Pull-Request has been merged by cathay4t

5 years ago