diff options
Diffstat (limited to 'tests/devices.d/dummy-with_action.cfg')
-rw-r--r-- | tests/devices.d/dummy-with_action.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/devices.d/dummy-with_action.cfg b/tests/devices.d/dummy-with_action.cfg new file mode 100644 index 0000000..5550c36 --- /dev/null +++ b/tests/devices.d/dummy-with_action.cfg @@ -0,0 +1,9 @@ +name = "Dummy fence device configuration" +agent = "/bin/true" +[options] + login = "foo", "--username", "-l" + passwd = "bar", "--password", "-p" + ipaddr = "fence.example.com", "--ip", "-a" + port = "1", "--plug" + action = "status", "--action", "-o" + |