summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_interfaces_loopback.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-29 20:41:39 +0100
committerChristian Poessinger <christian@poessinger.com>2020-12-29 21:08:41 +0100
commitd36063f837e7b015e8f9fc3a19832bc36bceb61a (patch)
tree45acf51d2c738ff19043ffac79bf9cf887e4985f /smoketest/scripts/cli/test_interfaces_loopback.py
parent29e32d39ddd9cc1942f1826016d44897930b4248 (diff)
downloadvyos-1x-d36063f837e7b015e8f9fc3a19832bc36bceb61a.tar.gz
vyos-1x-d36063f837e7b015e8f9fc3a19832bc36bceb61a.zip
smoketest: run all tests with verbosity=2
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_loopback.py')
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_loopback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_loopback.py b/smoketest/scripts/cli/test_interfaces_loopback.py
index ba428b5d3..70758d097 100755
--- a/smoketest/scripts/cli/test_interfaces_loopback.py
+++ b/smoketest/scripts/cli/test_interfaces_loopback.py
@@ -38,4 +38,4 @@ class LoopbackInterfaceTest(BasicInterfaceTest.BaseTest):
self.assertTrue(is_intf_addr_assigned('lo', addr))
if __name__ == '__main__':
- unittest.main()
+ unittest.main(verbosity=2)