diff options
author | mbuil <manuel.buil@ericsson.com> | 2015-11-10 13:43:09 +0100 |
---|---|---|
committer | mbuil <manuel.buil@ericsson.com> | 2015-11-10 13:43:09 +0100 |
commit | dc75170d734debbe8a5de88cc71b52c3e53fd45e (patch) | |
tree | eee0920b55d62003c7abbf593ff1f8d785866897 /tests | |
parent | 9c15bd683ccd0bf11d79ee0934a4cc3f78be521f (diff) |
Moves the VnfManagerSimulator code to one specific folder so it is not in the root of the OPNFV SFC repository
Change-Id: I7e5003a69e3514f6b0bf0968758aec167fc052a4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/NAME_tests.py | 11 | ||||
-rw-r--r-- | tests/__init__.py | 0 |
2 files changed, 0 insertions, 11 deletions
diff --git a/tests/NAME_tests.py b/tests/NAME_tests.py deleted file mode 100644 index 9f83104c..00000000 --- a/tests/NAME_tests.py +++ /dev/null @@ -1,11 +0,0 @@ -from nose.tools import * -import NAME - -def setup(): - print "SETUP!" - -def teardown(): - print "TEAR DOWN!" - -def test_basic(): - print "I RAN!" diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/tests/__init__.py +++ /dev/null |