diff options
Diffstat (limited to 'test/specs/bridge.yaml')
-rw-r--r-- | test/specs/bridge.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/specs/bridge.yaml b/test/specs/bridge.yaml new file mode 100644 index 0000000..681bbda --- /dev/null +++ b/test/specs/bridge.yaml @@ -0,0 +1,11 @@ +name: Bridge Test Suite +description: Test to check the functioning of Bridge +net_config: conf.d/bridge +interface: $$BRIDGE$$ +tests: + - name: Check Bridged Interfaces + command: brctl show + keys: + - name: Bridge $$BRIDGE$$ status + type: boolean + value: grep -q $$BRIDGE$$
\ No newline at end of file |