d283126c31
* Adding files for RM static_routes * Added Integration tests * Added Unit testcases * Addressed review comments * corrected lint errors * corrected documentation errors * Lint errors * corrected test/sanity * corrected documentation for deprecation * corrected case sensitivity * Again Documentation eroor * Lint errors again * corrected deprecated module in ignoretxt * added new gethered,rendered,parsed state checks to unit test * New code broke the old flow-fixed * Lint errs * Added check for running_config * eos_acls resource module added * Corrected errors * corrected documentation errors * corrected typo * Testcases in progress * Integration tests in progress * Integration tests * Added Intergration tcs * Corrected pylint errors * Resolving issues due to rebase * Corrected Typo * more pylint errors * more pylint errors * more pylint errors * Documentation * Documentation * More lint errors * Fixed Indentation * Indentation issues - not getting fixed * Indentation issues - not getting fixed * Added rtt testcase * Corrected whitespaces * addressed review comments * moved integration tests to common - to support eapi tests * modification for merge update * indentation errors * added line key * Fixing shippable errors * fixing doc errors * fixing doc errors * fixing doc errors * fixing doc errors * fixing indentation * modified replaced operation * rebase issue fixed * Corrected typo * review comments and flake8 error fixed
110 lines
2.5 KiB
YAML
110 lines
2.5 KiB
YAML
round_trip:
|
|
after:
|
|
- afi: "ipv4"
|
|
acls:
|
|
- name: test1
|
|
aces:
|
|
- sequence: 35
|
|
grant: "deny"
|
|
protocol: "tcp"
|
|
source:
|
|
subnet_address: 20.0.0.0/8
|
|
destination:
|
|
any: true
|
|
log: true
|
|
- remark: "Run by ansible"
|
|
sequence: 45
|
|
- grant: "permit"
|
|
sequence: 55
|
|
protocol: "tcp"
|
|
source:
|
|
any: true
|
|
destination:
|
|
any: true
|
|
- name: test3
|
|
aces:
|
|
- sequence: 100
|
|
grant: "permit"
|
|
protocol: "icmp"
|
|
source:
|
|
any: true
|
|
destination:
|
|
any: true
|
|
log: true
|
|
- name: test4
|
|
aces:
|
|
- grant: "permit"
|
|
sequence: 10
|
|
source:
|
|
any: true
|
|
port_protocol:
|
|
eq: "smtp"
|
|
destination:
|
|
any: true
|
|
port_protocol:
|
|
eq: "www"
|
|
protocol: "tcp"
|
|
ttl:
|
|
eq: "55"
|
|
- afi: "ipv6"
|
|
acls:
|
|
- name: test2
|
|
standard: true
|
|
aces:
|
|
- grant: "permit"
|
|
sequence: 10
|
|
log: true
|
|
source:
|
|
any: true
|
|
|
|
commands:
|
|
- "ip access-list test3"
|
|
- "100 permit icmp any any log"
|
|
|
|
base_config:
|
|
after:
|
|
- afi: "ipv4"
|
|
acls:
|
|
- name: test1
|
|
aces:
|
|
- sequence: 35
|
|
grant: "deny"
|
|
protocol: "tcp"
|
|
source:
|
|
subnet_address: 20.0.0.0/8
|
|
destination:
|
|
any: true
|
|
log: true
|
|
- remark: "Run by ansible"
|
|
sequence: 45
|
|
- grant: "permit"
|
|
sequence: 55
|
|
protocol: "tcp"
|
|
source:
|
|
any: true
|
|
destination:
|
|
any: true
|
|
- name: test4
|
|
aces:
|
|
- grant: "permit"
|
|
sequence: 10
|
|
source:
|
|
any: true
|
|
port_protocol:
|
|
eq: "smtp"
|
|
destination:
|
|
any: true
|
|
port_protocol:
|
|
eq: "www"
|
|
protocol: "tcp"
|
|
ttl:
|
|
eq: "55"
|
|
- afi: "ipv6"
|
|
acls:
|
|
- name: test2
|
|
standard: true
|
|
aces:
|
|
- grant: "permit"
|
|
log: "true"
|
|
source:
|
|
any: true
|