Skip to content

Commit 1b2fea0

Browse files
committed
updating oc in test case
1 parent bff1d89 commit 1b2fea0

File tree

1 file changed

+4
-6
lines changed
  • feature/gribi/otg_tests/gribi_to_bgp_redistribution

1 file changed

+4
-6
lines changed

feature/gribi/otg_tests/gribi_to_bgp_redistribution/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,14 @@ This test validates the gRIBI route redistribution from gRIBI to BGP for IPv4 in
5656
"table-connections": {
5757
"table-connection": [
5858
{
59-
"src-protocol": "GRIBI",
60-
"dst-protocol": "BGP",
61-
"address-family": "IPV4",
59+
"src-protocol": "openconfig-policy-types:GRIBI",
60+
"dst-protocol": "openconfig-policy-types:BGP",
61+
"address-family": "openconfig-types:IPV4",
6262
"config": {
63-
"address-family": "IPV4",
64-
"dst-protocol": "BGP",
6563
"import-policy": [
6664
"GRIBI-TO-BGP"
6765
],
68-
"src-protocol": "GRIBI"
66+
"default-import-policy": "REJECT_ROUTE"
6967
}
7068
}
7169
]

0 commit comments

Comments
 (0)