diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-05-23 17:01:24 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-23 03:01:24 -0400 |
| commit | 2879b9a4193aa3153f05b985e1f12d78cfbe6fd0 (patch) | |
| tree | 02e4ef1a77cb051d8c38010fe2e41b129a3e3055 /changelogs | |
| parent | cd2f41d34ff22ea7719348ec18a30f1c499b72c8 (diff) | |
| download | vyos.vyos-2879b9a4193aa3153f05b985e1f12d78cfbe6fd0.tar.gz vyos.vyos-2879b9a4193aa3153f05b985e1f12d78cfbe6fd0.zip | |
Integration tests FDR (#416)
* clean-up for strreamlines e2e integration tests
* 1.4+ fix for snmp_server
* changes to integratio tests
* changelog fix
* fix ampty json on vyos.py get_config
* fix vyos get_config
* quick fix for teardwon in vyos_system test
* Update plugins/module_utils/network/vyos/vyos.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* copilot recommendations incorporated
* remove copilot mess
---------
Co-authored-by: John Doe <johndoe@email.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/fragments/integration_tests_fixes.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/integration_tests_fixes.yml b/changelogs/fragments/integration_tests_fixes.yml new file mode 100644 index 00000000..5bb898d8 --- /dev/null +++ b/changelogs/fragments/integration_tests_fixes.yml @@ -0,0 +1,4 @@ +--- +trivial: + - prepare_vyos_firewall - Remove IP address from eth1 for lag tests + - vyos_snmp_server - add IP address for 1.4+ OS variants |
