diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-12-04 09:14:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-04 09:14:53 +0100 |
| commit | f84c971d336d5125103c3eaf772a5384af2f71da (patch) | |
| tree | 4080194919921cbdd609d46d269e42c0912f1039 /smoketest/scripts/cli/test_interfaces_bonding.py | |
| parent | a237979853a97945103291202d851de1e7bcd3f2 (diff) | |
| parent | ede2972be4c49962a04b1addb9df6ce58f2d9f42 (diff) | |
| download | vyos-1x-f84c971d336d5125103c3eaf772a5384af2f71da.tar.gz vyos-1x-f84c971d336d5125103c3eaf772a5384af2f71da.zip | |
Merge pull request #621 from jack9603301/T3089
interface: T3089: Migrate port mirroring to vyos-1x
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_bonding.py')
| -rwxr-xr-x | smoketest/scripts/cli/test_interfaces_bonding.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_bonding.py b/smoketest/scripts/cli/test_interfaces_bonding.py index ac5e01e50..93ed1ced5 100755 --- a/smoketest/scripts/cli/test_interfaces_bonding.py +++ b/smoketest/scripts/cli/test_interfaces_bonding.py @@ -34,6 +34,7 @@ class BondingInterfaceTest(BasicInterfaceTest.BaseTest): self._test_vlan = True self._test_qinq = True self._test_ipv6 = True + self._test_mirror = True self._members = [] # we need to filter out VLAN interfaces identified by a dot (.) |
