use of org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nodes.node.table.flow.instructions.instruction.instruction.apply.actions._case.apply.actions.action.action.NxActionPushNshNodesNodeTableFlowApplyActionsCase in project netvirt by opendaylight.
the class OpenFlow13ProviderTest method checkActionPushNsh.
private void checkActionPushNsh(Action action) {
NxActionPushNshNodesNodeTableFlowApplyActionsCase pushNshCase = (NxActionPushNshNodesNodeTableFlowApplyActionsCase) action.getAction();
assertNotNull(pushNshCase.getNxPushNsh());
}
Aggregations