Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a6a3af3
)
Revert "bug fix: get installer using functest_utils"
85/9185/1
author
Morgan Richomme
<morgan.richomme@orange.com>
Wed, 3 Feb 2016 15:57:53 +0000
(15:57 +0000)
committer
Morgan Richomme
<morgan.richomme@orange.com>
Wed, 3 Feb 2016 15:57:53 +0000
(15:57 +0000)
This reverts commit
a6a3af39986e61f5f7c9094befec41fd753610d5
.
Change-Id: I33d5d77ce166a324582a8f5ca11d75c5d9628c14
testcases/features/promise.py
patch
|
blob
|
history
diff --git
a/testcases/features/promise.py
b/testcases/features/promise.py
index
db01749
..
f4da956
100644
(file)
--- a/
testcases/features/promise.py
+++ b/
testcases/features/promise.py
@@
-246,7
+246,7
@@
def main():
if args.report:
pod_name = functest_utils.get_pod_name(logger)
- installer =
functest_utils.
get_installer_type(logger)
+ installer = get_installer_type(logger)
scenario = functest_utils.get_scenario(logger)
git_version = functest_utils.get_git_branch(PROMISE_REPO)
url = TEST_DB + "/results"