diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2024-12-30 06:51:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-30 06:51:56 -0500 |
commit | dbd87e3ab89b7839e41df76c2fa7712855853fd3 (patch) | |
tree | 4e4f6d04277efcfcb1b747e72bf53cdb2ac0dec6 /tests/integration/targets/prepare_vyos_tests/tasks | |
parent | cae1c6cc42fa786095433692a6d685f029bbde2e (diff) | |
download | vyos.vyos-dbd87e3ab89b7839e41df76c2fa7712855853fd3.tar.gz vyos.vyos-dbd87e3ab89b7839e41df76c2fa7712855853fd3.zip |
T6982: update SNMP module for 1.3+ (#369)
* fix: get SNMP integration tests running
* fix: remove no_log from docs because it fails sanity
* tests: fix unit tests and no_log args
* tests: fix error in hostname integration test
Diffstat (limited to 'tests/integration/targets/prepare_vyos_tests/tasks')
-rw-r--r-- | tests/integration/targets/prepare_vyos_tests/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml b/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml index 2ed8d8c..5800a58 100644 --- a/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml +++ b/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml @@ -5,7 +5,7 @@ set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 speed auto set interfaces ethernet eth0 duplex auto - set interfaces ethernet eth1 + set interfaces ethernet eth1 address 192.0.2.1/24 set interfaces ethernet eth2 delete interfaces loopback lo ignore_errors: "{{ result.failed }}" |