Ray Milkey
Committed by Gerrit Code Review

Fix check for valid cluster root

Change-Id: Id4d785977a0c0b6d176bbd15d9b2c81b46b45e97
...@@ -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' -o '${clusterTopo0Root}' == 'of:000000000000000c'"/> 41 + exec="echo '${clusterTopo0Root}' | egrep -e 'of:000000000000000[0-9a-f]'"/>
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"
......