diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-29 20:41:39 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-29 21:08:41 +0100 |
commit | d36063f837e7b015e8f9fc3a19832bc36bceb61a (patch) | |
tree | 45acf51d2c738ff19043ffac79bf9cf887e4985f /smoketest/scripts/cli/test_interfaces_openvpn.py | |
parent | 29e32d39ddd9cc1942f1826016d44897930b4248 (diff) | |
download | vyos-1x-d36063f837e7b015e8f9fc3a19832bc36bceb61a.tar.gz vyos-1x-d36063f837e7b015e8f9fc3a19832bc36bceb61a.zip |
smoketest: run all tests with verbosity=2
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_openvpn.py')
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_openvpn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_openvpn.py b/smoketest/scripts/cli/test_interfaces_openvpn.py index e636e107d..e9f905ce8 100755 --- a/smoketest/scripts/cli/test_interfaces_openvpn.py +++ b/smoketest/scripts/cli/test_interfaces_openvpn.py @@ -660,4 +660,4 @@ if __name__ == '__main__': for file in [ca_cert, ssl_cert, ssl_key, dh_pem, s2s_key, auth_key]: cmd(f'sudo chown openvpn:openvpn {file}') - unittest.main() + unittest.main(verbosity=2) |