summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv4/multihop/multiHopRouteWithClassifier.json
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-01-12 10:46:28 +0100
committerJan Srnicek <jsrnicek@cisco.com>2017-01-12 14:07:40 +0000
commit765cb29e4c12c48fca6326c434b985e655bafc1a (patch)
treea30c03a4530826ae82e7fdfd73f1d45c117026b8 /routing/routing-impl/src/test/resources/ipv4/multihop/multiHopRouteWithClassifier.json
parent7cf98fe610c2912873bdf5fe5fea353adb9d2cbf (diff)
HONEYCOMB-325 - Null pointer while routing attr not defined
Fixes multiple null pointers Change-Id: Iaa1df9a8b0a886d1835fe7cb87bcf7cf5130c6f5 Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv4/multihop/multiHopRouteWithClassifier.json')
-rw-r--r--routing/routing-impl/src/test/resources/ipv4/multihop/multiHopRouteWithClassifier.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv4/multihop/multiHopRouteWithClassifier.json b/routing/routing-impl/src/test/resources/ipv4/multihop/multiHopRouteWithClassifier.json
new file mode 100644
index 000000000..99c987e03
--- /dev/null
+++ b/routing/routing-impl/src/test/resources/ipv4/multihop/multiHopRouteWithClassifier.json
@@ -0,0 +1,31 @@
+{
+ "static-routes": {
+ "ipv4": {
+ "route": [
+ {
+ "id": 1,
+ "destination-prefix": "192.168.2.1/24",
+ "vpp-ipv4-route": {
+ "classify-table": "classify-table-one"
+ },
+ "next-hop-list": {
+ "next-hop": [
+ {
+ "id": "1",
+ "address": "192.168.2.1",
+ "outgoing-interface": "iface",
+ "weight": "2"
+ },
+ {
+ "id": "2",
+ "address": "192.168.2.2",
+ "outgoing-interface": "iface",
+ "weight": "3"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ }
+} \ No newline at end of file