diff options
Diffstat (limited to 'tests/devices.d/true-with_action.cfg')
-rw-r--r-- | tests/devices.d/true-with_action.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/devices.d/true-with_action.cfg b/tests/devices.d/true-with_action.cfg new file mode 100644 index 0000000..d95c9fe --- /dev/null +++ b/tests/devices.d/true-with_action.cfg @@ -0,0 +1,8 @@ +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" ] |