Code Review
/
models.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e138798
)
Fix error check
67/20967/1
author
blsaws
<bryan.sullivan@att.com>
Tue, 13 Sep 2016 05:03:17 +0000
(
05:03
+0000)
committer
blsaws
<bryan.sullivan@att.com>
Tue, 13 Sep 2016 05:03:17 +0000
(
05:03
+0000)
JIRA: MODELS-23
Change-Id: I948c42c82d830552f1c6c1585fd5bb5d73f15860
Signed-off-by: blsaws <bryan.sullivan@att.com>
tests/vHello_Tacker.sh
patch
|
blob
|
history
diff --git
a/tests/vHello_Tacker.sh
b/tests/vHello_Tacker.sh
index
890f677
..
26ac88b
100644
(file)
--- a/
tests/vHello_Tacker.sh
+++ b/
tests/vHello_Tacker.sh
@@
-81,7
+81,7
@@
start() {
while [[ -z $active ]]
do
active=$(tacker vnf-show hello-world-tacker | grep ACTIVE)
- if [ ! -z
error=
$(tacker vnf-show hello-world-tacker | grep ERROR) ]; then
+ if [ ! -z $(tacker vnf-show hello-world-tacker | grep ERROR) ]; then
echo "$0: hello-world-tacker VNF creation failed with state ERROR"
fail
fi