ansible/test/integration/targets/iosxr_lacp/vars/main.yaml
Nilashish Chakraborty 3da4c0dd3a
Update argspec to normalize across platforms (#59596)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-07-26 12:30:26 +05:30

43 lines
619 B
YAML

---
merged:
before: {}
commands:
- "lacp system priority 11"
- "lacp system mac 00c1.4c00.bd15"
after:
system:
priority: 11
mac:
address: "00c1.4c00.bd15"
populate:
system:
priority: 12
mac:
address: "00c1.4c00.bd16"
replaced:
commands:
- "no lacp system mac"
- "lacp system priority 11"
after:
system:
priority: 11
deleted:
commands:
- "no lacp system priority"
- "no lacp system mac"
after: {}
round_trip:
after:
system:
priority: 10
mac:
address: "00c1.4c00.bd10"