Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf887f930e |
3 changed files with 18 additions and 0 deletions
2
tests/cli_query_reapply/Makefile
Normal file
2
tests/cli_query_reapply/Makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
run:
|
||||||
|
./runtest.sh
|
||||||
7
tests/cli_query_reapply/runtest.sh
Executable file
7
tests/cli_query_reapply/runtest.sh
Executable 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
9
tests/tests.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-beakerlib
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- cli_query_reapply
|
||||||
|
required_packages:
|
||||||
|
- nmstate
|
||||||
Loading…
Add table
Add a link
Reference in a new issue