summaryrefslogtreecommitdiff
path: root/tests/kms-test-routing.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms-test-routing.py')
-rwxr-xr-xtests/kms-test-routing.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms-test-routing.py b/tests/kms-test-routing.py
index 68aff9c..ccf61d8 100755
--- a/tests/kms-test-routing.py
+++ b/tests/kms-test-routing.py
@@ -141,4 +141,5 @@ class RoutingTest(kmstest.KMSTest):
return allocated
-RoutingTest().execute()
+if __name__ == '__main__':
+ RoutingTest().execute()