summaryrefslogtreecommitdiff
path: root/bin/vyos-smoketest
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-07-02 22:34:59 +0200
committerDaniil Baturin <daniil@baturin.org>2019-07-02 22:34:59 +0200
commit35a429c4ca1923b3e87531f34ca64133d4a82efc (patch)
treed9bfbef82fe30057c01e882b885ad746f263a409 /bin/vyos-smoketest
parent630f398bd23fbfe4e927bf042a7afd3a44f47e08 (diff)
downloadvyos-1x-35a429c4ca1923b3e87531f34ca64133d4a82efc.tar.gz
vyos-1x-35a429c4ca1923b3e87531f34ca64133d4a82efc.zip
Add Debian packaging and LGPL license.
Diffstat (limited to 'bin/vyos-smoketest')
-rwxr-xr-xbin/vyos-smoketest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vyos-smoketest b/bin/vyos-smoketest
index b8cc36879..1ae00d5b8 100755
--- a/bin/vyos-smoketest
+++ b/bin/vyos-smoketest
@@ -5,7 +5,7 @@ import sys
test_dir = '/usr/libexec/vyos/tests/smoke'
-tests = ['test_load_modules.py']
+tests = ['test_module_load.py']
success = True