Committed by
Gerrit Code Review
Allow device A or device C to be the root of the cluster
Change-Id: Ia0795485d1f4903135858e2b264bb6e99f12a5fb
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | <step name="Net-Topo.Verify-Cluster0-LinkCount" requires="Net-Topo.Query-Cluster0" | 38 | <step name="Net-Topo.Verify-Cluster0-LinkCount" requires="Net-Topo.Query-Cluster0" |
39 | exec="test ${clusterTopo0LinkCount} == 140"/> | 39 | exec="test ${clusterTopo0LinkCount} == 140"/> |
40 | <step name="Net-Topo.Verify-Cluster0-Root" requires="Net-Topo.Query-Cluster0" | 40 | <step name="Net-Topo.Verify-Cluster0-Root" requires="Net-Topo.Query-Cluster0" |
41 | - exec="test '${clusterTopo0Root}' == 'of:000000000000000a'"/> | 41 | + exec="test '${clusterTopo0Root}' == 'of:000000000000000a' -o '${clusterTopo0Root}' == 'of:000000000000000c'"/> |
42 | 42 | ||
43 | <!-- Verify the list of devices for the cluster --> | 43 | <!-- Verify the list of devices for the cluster --> |
44 | <step name="Net-Topo.Verify-Cluster0-Devices" | 44 | <step name="Net-Topo.Verify-Cluster0-Devices" | ... | ... |
-
Please register or login to post a comment