Brian O'Connor
Committed by Gerrit Code Review

adding random host to host intent command

Change-Id: Id7e059466a2a1dbb7a117c84c8c4d104f99858ad
......@@ -74,6 +74,7 @@ public class IntentPushTestCommand extends AbstractShellCommand
protected void execute() {
service = get(IntentService.class);
DeviceId ingressDeviceId = deviceId(getDeviceId(ingressDeviceString));
PortNumber ingressPortNumber = portNumber(getPortNumber(ingressDeviceString));
ConnectPoint ingress = new ConnectPoint(ingressDeviceId, ingressPortNumber);
......
......@@ -170,6 +170,13 @@
</completers>
</command>
<command>
<action class="org.onlab.onos.cli.net.RandomIntentCommand"/>
<completers>
<ref component-id="nullCompleter"/>
<null/>
</completers>
</command>
<command>
<action class="org.onlab.onos.cli.net.ResourceAllocationsCommand"/>
<completers>
<ref component-id="connectPointCompleter"/>
......