diff options
Diffstat (limited to 'tests/lib/northbound/test_oper_data.refout')
| -rw-r--r-- | tests/lib/northbound/test_oper_data.refout | 30 | 
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/lib/northbound/test_oper_data.refout b/tests/lib/northbound/test_oper_data.refout index 2536e0306b..57061d0371 100644 --- a/tests/lib/northbound/test_oper_data.refout +++ b/tests/lib/northbound/test_oper_data.refout @@ -174,6 +174,36 @@ test# show yang operational-data /frr-test-module:frr-test-module/vrfs/vrf[name=  }
  test# show yang operational-data /frr-test-module:frr-test-module/vrfs/vrf[name='vrf0']/routes/route[10]  {}
 +test# show yang operational-data /frr-test-module:frr-test-module/c1value +{ +  "frr-test-module:frr-test-module": { +    "c1value": 21 +  } +} +test# show yang operational-data /frr-test-module:frr-test-module/c2cont +{ +  "frr-test-module:frr-test-module": { +    "c2cont": { +      "c2value": 2868969987 +    } +  } +} +test# show yang operational-data /frr-test-module:frr-test-module/c2cont/ +{ +  "frr-test-module:frr-test-module": { +    "c2cont": { +      "c2value": 2868969987 +    } +  } +} +test# show yang operational-data /frr-test-module:frr-test-module/c2cont/c2value +{ +  "frr-test-module:frr-test-module": { +    "c2cont": { +      "c2value": 2868969987 +    } +  } +}  test# test rpc  vrf testname data testdata  test#   | 
