diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-25 19:09:08 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-25 19:18:44 +0100 |
commit | 3cda556184e4716cfd615001d537bef9f9a52d66 (patch) | |
tree | 0a2aa9ff9924d8390349d7a7bfccc2767cf352f9 /smoketest/scripts | |
parent | f5b6c7bc62d01afbdfe13687bf53ca72cd1b3a5f (diff) | |
download | vyos-1x-3cda556184e4716cfd615001d537bef9f9a52d66.tar.gz vyos-1x-3cda556184e4716cfd615001d537bef9f9a52d66.zip |
smoketest: mpls: disable debug output
(cherry picked from commit 625ea99e69a319c88fa67125438fdc457eaaaed3)
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_mpls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_mpls.py b/smoketest/scripts/cli/test_protocols_mpls.py index 13d38d01b..39db2abdb 100755 --- a/smoketest/scripts/cli/test_protocols_mpls.py +++ b/smoketest/scripts/cli/test_protocols_mpls.py @@ -81,7 +81,6 @@ class TestProtocolsMPLS(VyOSUnitTestSHIM.TestCase): self.assertTrue(process_named_running(PROCESS_NAME)) def test_mpls_basic(self): - self.debug = True router_id = '1.2.3.4' transport_ipv4_addr = '5.6.7.8' interfaces = Section.interfaces('ethernet') |