Was using a non-exitant port for the test. Not sure how this was ever working
Change-Id: Id32b24d711278c3f5277be9864008f4a33dfb44e
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -68,7 +68,7 @@ | ... | @@ -68,7 +68,7 @@ |
| 68 | exec="test '${infra2Infrastructure}' == 'True'"/> | 68 | exec="test '${infra2Infrastructure}' == 'True'"/> |
| 69 | 69 | ||
| 70 | <step name="Net-Topo.Query-Cluster0-Infra3" | 70 | <step name="Net-Topo.Query-Cluster0-Infra3" |
| 71 | - exec="find-topo-infrastructure.py ${OC1} infra3 of:0000000000000012:8"/> | 71 | + exec="find-topo-infrastructure.py ${OC1} infra3 of:0000000000000012:1"/> |
| 72 | <step name="Net-Topo.Verify-Cluster0-Infra3" requires="Net-Topo.Query-Cluster0-Infra3" | 72 | <step name="Net-Topo.Verify-Cluster0-Infra3" requires="Net-Topo.Query-Cluster0-Infra3" |
| 73 | exec="test '${infra3Infrastructure}' == 'False'"/> | 73 | exec="test '${infra3Infrastructure}' == 'False'"/> |
| 74 | 74 | ... | ... |
-
Please register or login to post a comment