Fix tapi execution
[transportpce.git] / tapi / src / test / java / org / opendaylight / transportpce / tapi / utils / TopologyDataUtils.java
index 90c857999e750d330c92426357cdb54d638575a1..226b57d4f94ece348bcf02788f5d88c35d4a3f4f 100644 (file)
@@ -38,7 +38,7 @@ public final class TopologyDataUtils {
 
     public static GetTopologyDetailsInput buildGetTopologyDetailsInput() {
         GetTopologyDetailsInputBuilder builtInput = new GetTopologyDetailsInputBuilder();
-        builtInput.setTopologyIdOrName("topo1");
+        builtInput.setTopologyIdOrName("openroadm-topology");
         return builtInput.build();
     }