Move promise package to root directory 61/39161/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 11 Aug 2017 08:40:33 +0000 (10:40 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 11 Aug 2017 08:47:07 +0000 (10:47 +0200)
It seems mandatory as Functest must install promise in editable mode.
Then npm install can be called in the source directory.
It completes "Add promise package" [1]

It would have worked well in classical mode.

[1] https://gerrit.opnfv.org/gerrit/#/c/38639/

Change-Id: Ia9ae55b127d0d324d97974f5e9b1923d7636d7cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
requirements.txt [moved from promise/test/functest/requirements.txt with 100% similarity]
setup.cfg [moved from promise/test/functest/setup.cfg with 56% similarity]
setup.py [moved from promise/test/functest/setup.py with 100% similarity]

similarity index 56%
rename from promise/test/functest/setup.cfg
rename to setup.cfg
index a05c5a5..dcdaa25 100644 (file)
+++ b/setup.cfg
@@ -4,5 +4,5 @@ version = 2017.9.0
 home-page = https://wiki.opnfv.org/display/promise/Promise
 
 [files]
-packages = .
-scripts = run_promise_tests.py
+packages = promise/test/functest
+scripts = promise/test/functest/run_promise_tests.py
similarity index 100%
rename from promise/test/functest/setup.py
rename to setup.py