Skip to content

Commit

Permalink
[ignore] Change test case title to reflect correct verison limits
Browse files Browse the repository at this point in the history
  • Loading branch information
akinross authored and lhercot committed Nov 11, 2024
1 parent e1febee commit c1f8a5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
when:
- version.current.version is version('3.1.1g', '<')

- name: Verify add_epg_subnet_no_ag (version >= 4.0)
- name: Verify add_epg_subnet_no_ag (version >= 4.0 and < 4.3)
ansible.builtin.assert:
that:
- add_epg_subnet_no_ag.msg == "MSO Error 400{{':'}} ExternalEPG{{':'}} ansible_test_1 in Schema{{':'}} ansible_test , Template{{':'}} Template1 External EPG validation error{{':'}} aggregate should be enabled only if shared-rtctrl is enabled in Scope for subnet 10.0.0.2/24"
Expand Down

0 comments on commit c1f8a5b

Please sign in to comment.