summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-16 00:34:13 +0300
committerGitHub <noreply@github.com>2026-05-16 07:34:13 +1000
commite8acd05dd327bd4eb2419de1b931960feddec427 (patch)
tree99a2ac69a179a5db2a1928abbd0b52275152abd2 /changelogs
parentbe77e3b4b870ae2fb8ec4a75794a960c422a8449 (diff)
downloadvyos.vyos-e8acd05dd327bd4eb2419de1b931960feddec427.tar.gz
vyos.vyos-e8acd05dd327bd4eb2419de1b931960feddec427.zip
T8518: add unit tests for vyos_vlan module (#471)
Adds 7 unit tests for vyos_vlan covering present, present_no_change, absent, absent_no_change, aggregate, purge, and address scenarios. Fixture data moved to dedicated .cfg files under fixtures/. 🤖 Generated by [robots](https://vyos.io) Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com> Co-authored-by: Daniil Baturin <daniil@baturin.org>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/T8518-vlan-unit-tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/T8518-vlan-unit-tests.yml b/changelogs/fragments/T8518-vlan-unit-tests.yml
new file mode 100644
index 00000000..65fcdfd5
--- /dev/null
+++ b/changelogs/fragments/T8518-vlan-unit-tests.yml
@@ -0,0 +1,3 @@
+---
+trivial:
+ - Add unit tests for the vyos_vlan module covering present, absent, aggregate, purge, and address scenarios.