summaryrefslogtreecommitdiffstats
path: root/promise
AgeCommit message (Collapse)AuthorFilesLines
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>