add routing Table lookup tests 44/19244/1
authorMichal Cmarada <mcmarada@cisco.com>
Mon, 29 Apr 2019 11:13:08 +0000 (13:13 +0200)
committerMichal Cmarada <mcmarada@cisco.com>
Tue, 30 Apr 2019 06:32:51 +0000 (08:32 +0200)
commitc15641564484bfb16a5fabff3a281d7a6b21861e
treee5f615821e926c846645002490a5ebe27c399027
parent7235eeb213a5b4b3ce980b2629e429b7becc4097
add routing Table lookup tests

Change-Id: I306e0ee2ed7d5d1983ea4a62728ef663cbaef706
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/write/factory/TableLookupRequestFactoryIpv4Test.java [new file with mode: 0644]
routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/write/factory/TableLookupRequestFactoryIpv6Test.java [new file with mode: 0644]
routing/routing-impl/src/test/resources/ipv4/tablehop/tableHopRouteWithClassifier.json [new file with mode: 0644]
routing/routing-impl/src/test/resources/ipv4/tablehop/tableHopRouteWithoutClassifier.json [new file with mode: 0644]
routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier.json [new file with mode: 0644]
routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier2.json [new file with mode: 0644]
routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithoutClassifier.json [new file with mode: 0644]