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 | |
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
-rw-r--r-- | VnfMgrSim/INFO (renamed from INFO) | 0 | ||||
-rw-r--r-- | VnfMgrSim/LICENSE (renamed from LICENSE) | 0 | ||||
-rw-r--r-- | VnfMgrSim/NAME/__init__.py (renamed from NAME/__init__.py) | 0 | ||||
-rw-r--r-- | VnfMgrSim/README (renamed from README) | 0 | ||||
-rw-r--r-- | VnfMgrSim/setup.py (renamed from setup.py) | 0 | ||||
-rw-r--r-- | VnfMgrSim/tests/NAME_tests.py (renamed from tests/NAME_tests.py) | 0 | ||||
-rw-r--r-- | VnfMgrSim/tests/__init__.py (renamed from tests/__init__.py) | 0 | ||||
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_main.py (renamed from vnfmgr/vnfmgr_main.py) | 0 | ||||
-rw-r--r-- | VnfMgrSim/vnfmgr/vnfmgr_odl/__init__.py (renamed from vnfmgr/vnfmgr_odl/__init__.py) | 0 | ||||
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json (renamed from vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json) | 0 | ||||
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json (renamed from vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json) | 0 | ||||
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json (renamed from vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json) | 0 | ||||
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json (renamed from vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json) | 0 | ||||
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json (renamed from vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json) | 0 | ||||
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_odl/vnfmgr_odl.py (renamed from vnfmgr/vnfmgr_odl/vnfmgr_odl.py) | 0 | ||||
-rw-r--r-- | VnfMgrSim/vnfmgr/vnfmgr_os/__init__.py (renamed from vnfmgr/vnfmgr_os/__init__.py) | 0 | ||||
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_os/vnfmgr_os.py (renamed from vnfmgr/vnfmgr_os/vnfmgr_os.py) | 0 |
17 files changed, 0 insertions, 0 deletions
diff --git a/LICENSE b/VnfMgrSim/LICENSE index eab09245..eab09245 100644 --- a/LICENSE +++ b/VnfMgrSim/LICENSE diff --git a/NAME/__init__.py b/VnfMgrSim/NAME/__init__.py index e69de29b..e69de29b 100644 --- a/NAME/__init__.py +++ b/VnfMgrSim/NAME/__init__.py diff --git a/README b/VnfMgrSim/README index 04d252a4..04d252a4 100644 --- a/README +++ b/VnfMgrSim/README diff --git a/setup.py b/VnfMgrSim/setup.py index 9ff16995..9ff16995 100644 --- a/setup.py +++ b/VnfMgrSim/setup.py diff --git a/tests/NAME_tests.py b/VnfMgrSim/tests/NAME_tests.py index 9f83104c..9f83104c 100644 --- a/tests/NAME_tests.py +++ b/VnfMgrSim/tests/NAME_tests.py diff --git a/tests/__init__.py b/VnfMgrSim/tests/__init__.py index e69de29b..e69de29b 100644 --- a/tests/__init__.py +++ b/VnfMgrSim/tests/__init__.py diff --git a/vnfmgr/vnfmgr_main.py b/VnfMgrSim/vnfmgr/vnfmgr_main.py index b5ab8be1..b5ab8be1 100755 --- a/vnfmgr/vnfmgr_main.py +++ b/VnfMgrSim/vnfmgr/vnfmgr_main.py diff --git a/vnfmgr/vnfmgr_odl/__init__.py b/VnfMgrSim/vnfmgr/vnfmgr_odl/__init__.py index e69de29b..e69de29b 100644 --- a/vnfmgr/vnfmgr_odl/__init__.py +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/__init__.py diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json index 998d1e07..998d1e07 100755 --- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json index 34449647..34449647 100755 --- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json index 191fd540..191fd540 100755 --- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json index da1f2c45..da1f2c45 100755 --- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json index 1ea27e79..1ea27e79 100755 --- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json diff --git a/vnfmgr/vnfmgr_odl/vnfmgr_odl.py b/VnfMgrSim/vnfmgr/vnfmgr_odl/vnfmgr_odl.py index 4d35aebb..4d35aebb 100755 --- a/vnfmgr/vnfmgr_odl/vnfmgr_odl.py +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/vnfmgr_odl.py diff --git a/vnfmgr/vnfmgr_os/__init__.py b/VnfMgrSim/vnfmgr/vnfmgr_os/__init__.py index e69de29b..e69de29b 100644 --- a/vnfmgr/vnfmgr_os/__init__.py +++ b/VnfMgrSim/vnfmgr/vnfmgr_os/__init__.py diff --git a/vnfmgr/vnfmgr_os/vnfmgr_os.py b/VnfMgrSim/vnfmgr/vnfmgr_os/vnfmgr_os.py index 00678503..00678503 100755 --- a/vnfmgr/vnfmgr_os/vnfmgr_os.py +++ b/VnfMgrSim/vnfmgr/vnfmgr_os/vnfmgr_os.py |