From 4b1cc399b285fbf3f2535424b444d8d3282515c5 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Mon, 3 Feb 2025 14:30:25 -0500 Subject: T7127: fix 1.3 vyos_interface int test (#384) --- .../targets/vyos_firewall_interfaces/tests/cli/_remove_config.yaml | 1 - .../vyos_firewall_interfaces/tests/cli/_remove_firewall_config.yaml | 1 - tests/integration/targets/vyos_interfaces/tests/cli/rtt.yaml | 2 ++ tests/integration/targets/vyos_interfaces/vars/main.yaml | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/integration') diff --git a/tests/integration/targets/vyos_firewall_interfaces/tests/cli/_remove_config.yaml b/tests/integration/targets/vyos_firewall_interfaces/tests/cli/_remove_config.yaml index 9144919d..31f527f9 100644 --- a/tests/integration/targets/vyos_firewall_interfaces/tests/cli/_remove_config.yaml +++ b/tests/integration/targets/vyos_firewall_interfaces/tests/cli/_remove_config.yaml @@ -1,5 +1,4 @@ --- - - name: ensure facts include_tasks: _get_version.yaml diff --git a/tests/integration/targets/vyos_firewall_interfaces/tests/cli/_remove_firewall_config.yaml b/tests/integration/targets/vyos_firewall_interfaces/tests/cli/_remove_firewall_config.yaml index 1cd452b7..afada4ef 100644 --- a/tests/integration/targets/vyos_firewall_interfaces/tests/cli/_remove_firewall_config.yaml +++ b/tests/integration/targets/vyos_firewall_interfaces/tests/cli/_remove_firewall_config.yaml @@ -1,5 +1,4 @@ --- - - name: ensure facts include_tasks: _get_version.yaml diff --git a/tests/integration/targets/vyos_interfaces/tests/cli/rtt.yaml b/tests/integration/targets/vyos_interfaces/tests/cli/rtt.yaml index 2ec37f05..cfe1b0f0 100644 --- a/tests/integration/targets/vyos_interfaces/tests/cli/rtt.yaml +++ b/tests/integration/targets/vyos_interfaces/tests/cli/rtt.yaml @@ -22,6 +22,7 @@ - vlan_id: 101 enabled: false + mtu: 1401 - name: eth2 description: Interface - 2 @@ -51,6 +52,7 @@ - vlan_id: 101 description: Eth1 - VIF 101 (WILL BE REMOVED) enabled: true + mtu: 1401 - name: eth2 description: Interface 2 (ADMIN DOWN) (WILL BE REVERTED) diff --git a/tests/integration/targets/vyos_interfaces/vars/main.yaml b/tests/integration/targets/vyos_interfaces/vars/main.yaml index be87cf8c..4e66747b 100644 --- a/tests/integration/targets/vyos_interfaces/vars/main.yaml +++ b/tests/integration/targets/vyos_interfaces/vars/main.yaml @@ -167,6 +167,7 @@ round_trip: - vlan_id: 101 description: Eth1 - VIF 101 (WILL BE REMOVED) enabled: true + mtu: 1401 - name: eth2 description: Interface 2 (ADMIN DOWN) (WILL BE REVERTED) mtu: 1406 -- cgit v1.2.3