diff options
author | Michal Cmarada <michal.cmarada@pantheon.tech> | 2018-06-21 09:53:08 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-06-21 11:33:11 +0000 |
commit | fe014f97664f26b2ed75939a7efe9728e037f121 (patch) | |
tree | 0bfeb57aa40d0d0015509b37fcfc7b84b7c263a0 /resources/templates | |
parent | 2ca419cc7795615c3954ca3e499b99599ae44706 (diff) |
HC2VPP-331: Fix Honeycomb fails to assign VRF to interface
- add configuration for FIB table management to test suite
- fix routing test suite HC2VPP-331 bugs
- fix intip4-intip6 test suite HC2VPP-331 bugs
Change-Id: I0b1e9ed787d9fb68e76a6d61c1eea2519a36a6c4
Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/honeycomb/config_fib_table.url | 1 | ||||
-rw-r--r-- | resources/templates/honeycomb/oper_fib_table.url | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/honeycomb/config_fib_table.url b/resources/templates/honeycomb/config_fib_table.url new file mode 100644 index 0000000000..5b9175fda0 --- /dev/null +++ b/resources/templates/honeycomb/config_fib_table.url @@ -0,0 +1 @@ +/restconf/config{odl_url_part}/vpp-fib-table-management:fib-table-management/vpp-fib-table-management:fib-tables
\ No newline at end of file diff --git a/resources/templates/honeycomb/oper_fib_table.url b/resources/templates/honeycomb/oper_fib_table.url new file mode 100644 index 0000000000..19760c9fc3 --- /dev/null +++ b/resources/templates/honeycomb/oper_fib_table.url @@ -0,0 +1 @@ +/restconf/operational{odl_url_part}/vpp-fib-table-management:fib-table-management/vpp-fib-table-management:fib-tables
\ No newline at end of file |