summaryrefslogtreecommitdiffstats
path: root/promise
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02Fixed typoBertrand Souville1-1/+1
Change-Id: I6746446acd915c853bf493f444a96a1c04590f19 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-10-02Added support for Keystone v3Bertrand Souville1-18/+20
JIRA: PROMISE-80 Change-Id: I5e904da373e2d5309456a6ce7ec56e724a62791f Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-10-02Added support for Keystone v3Bertrand Souville1-1/+5
JIRA: PROMISE-80 Modified Promise shim-layer as well Change-Id: I82340a6af5c3e6056e77323ca5c44ecdf4e109b6 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-09-30Added support for Keystone v3Bertrand Souville1-37/+15
JIRA: PROMISE-80 Functest test script only Change-Id: Id5d75383586d4e79d106767b1aeb7dc5bc588724 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-09-05Update run_promise_tests.py related to new Functest config values.Bertrand Souville1-4/+2
JIRA: PROMISE-85 Change-Id: Ib015f859ca1d5cc9ad0852db1ee915274c29140a Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com> Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-08-11Move promise package to root directoryCédric Ollivier3-31/+0
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>
2017-08-07Add promise packageCédric Ollivier4-0/+31
It eases how Functest installs/runs it (see testcases.yaml [1]). The former run_tests.py is renamed to avoid duplicated binaries (see [2] and [3]). [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml [2] https://git.opnfv.org/sdnvpn/tree/sdnvpn/test/functest/run_tests.py [3] https://git.opnfv.org/sfc/tree/sfc/tests/functest/run_tests.py Change-Id: I626ce6b425399dc5a0a360782352757c26ca1db3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-02Fix the wrong image pathLinda Wang1-1/+1
The images are put in the dir /home/opnfv/functest/images now. Change-Id: I15b41782cd7a7372bdb962da575edc5d1b54d509 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-05-19Fix image name iterationCatalina Focsa1-13/+11
Create a promise image depending on the glance image path. Due to glance image listing returning image names, looking for an image based on an image path is always false, thus its relevant to only look for the glance image name and if it exists to use its ID, if not to create a new image given the promise image name. JIRA: ARMBAND-223 Change-Id: I2d1347807335f2c7e9d62f1a6c75fb48de6cf448 Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
2017-05-15Update logger via logging.getLogger()Linda Wang1-2/+5
1. The module functest.utils.functest_logger has been deleted and logger has been reconfigured in functest [1]. 2. Update run_tests.py to get loggers via logging.getLogger(). [1] https://gerrit.opnfv.org/gerrit/#/c/34019/ JIRA: FUNCTEST-824 Change-Id: I34d73aadc420a5381651d65fb6b55f0f58e0c11e Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-02-28Bugfix: fix exec return code when all the cases are not OKMorgan Richomme1-18/+17
JIRA: PROMISE-82 Change-Id: Ieca0100c9a798ea5b9e0296015d971a6efa78535 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-02-24bugfix: manage unhomogeneous OS_AUTH_URLMorgan Richomme1-4/+10
the installers may use different format for the URL use regex to retrieve the IP and the port then build properly the V2 URL Change-Id: I731d634eceb8f828ff5a22b2f800ee51c06fc341 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-02-10Adapt Promise to framework with abstraction classMorgan Richomme1-0/+248
linked to patch https://gerrit.opnfv.org/gerrit/#/c/27855/ JIRA: FUNCTEST-549 Change-Id: I54c90085b9d095712f65e30c2192eb8d81c81e6c Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>