summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/testcase_3.py
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2016-12-16 11:55:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-16 11:55:57 +0000
commit89ce471643c0cbaf41cac0e6995e754b2169889b (patch)
treeed01c640322bacb0d0e30d8edc5300d01c56f9c4 /sdnvpn/test/functest/testcase_3.py
parent4b652d4fce581014938483d24a9ec6e7a28b1632 (diff)
parentc9356c8ef4a056f47e25cb0f07796e0f6e7ff574 (diff)
Merge "Make sdnvpn a package"
Diffstat (limited to 'sdnvpn/test/functest/testcase_3.py')
-rw-r--r--sdnvpn/test/functest/testcase_3.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/sdnvpn/test/functest/testcase_3.py b/sdnvpn/test/functest/testcase_3.py
new file mode 100644
index 0000000..5a8e9b0
--- /dev/null
+++ b/sdnvpn/test/functest/testcase_3.py
@@ -0,0 +1,17 @@
+#!/usr/bin/python
+#
+# Copyright (c) 2015 All rights reserved
+# This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+
+
+def main():
+ pass
+
+
+if __name__ == '__main__':
+ main()