summaryrefslogtreecommitdiffstats
path: root/tests/devices.d/true-with_action.cfg
blob: d95c9fedc5364bc4310df86f263f3f505ba0cf01 (plain)
1
2
3
4
5
6
7
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" ]