summaryrefslogtreecommitdiff
path: root/smoketest/scripts/system
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/system
parent29e32d39ddd9cc1942f1826016d44897930b4248 (diff)
downloadvyos-1x-d36063f837e7b015e8f9fc3a19832bc36bceb61a.tar.gz
vyos-1x-d36063f837e7b015e8f9fc3a19832bc36bceb61a.zip
smoketest: run all tests with verbosity=2
Diffstat (limited to 'smoketest/scripts/system')
-rwxr-xr-xsmoketest/scripts/system/test_kernel_options.py2
-rwxr-xr-xsmoketest/scripts/system/test_module_load.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/system/test_kernel_options.py b/smoketest/scripts/system/test_kernel_options.py
index 043567c4f..08c0749c1 100755
--- a/smoketest/scripts/system/test_kernel_options.py
+++ b/smoketest/scripts/system/test_kernel_options.py
@@ -59,5 +59,5 @@ class TestKernelModules(unittest.TestCase):
self.assertTrue(tmp)
if __name__ == '__main__':
- unittest.main()
+ unittest.main(verbosity=2)
diff --git a/smoketest/scripts/system/test_module_load.py b/smoketest/scripts/system/test_module_load.py
index c3cf0ff92..c781e0199 100755
--- a/smoketest/scripts/system/test_module_load.py
+++ b/smoketest/scripts/system/test_module_load.py
@@ -40,4 +40,4 @@ class TestKernelModules(unittest.TestCase):
self.assertTrue(success)
if __name__ == '__main__':
- unittest.main()
+ unittest.main(verbosity=2)