Skip to content

Commit

Permalink
Revert "[nvgre] Added YANG model and tests (sonic-net#9136)"
Browse files Browse the repository at this point in the history
This reverts commit 5ce75ac.
  • Loading branch information
qiluo-msft committed Feb 20, 2022
1 parent f65a071 commit 6855105
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 285 deletions.
2 changes: 0 additions & 2 deletions src/sonic-yang-models/setup.py
Expand Up @@ -108,7 +108,6 @@ def run(self):
'./yang-models/sonic-mirror-session.yang',
'./yang-models/sonic-ntp.yang',
'./yang-models/sonic-nat.yang',
'./yang-models/sonic-nvgre-tunnel.yang',
'./yang-models/sonic-pbh.yang',
'./yang-models/sonic-port.yang',
'./yang-models/sonic-policer.yang',
Expand Down Expand Up @@ -166,7 +165,6 @@ def run(self):
'./cvlyang-models/sonic-mgmt_vrf.yang',
'./cvlyang-models/sonic-ntp.yang',
'./cvlyang-models/sonic-nat.yang',
'./cvlyang-models/sonic-nvgre-tunnel.yang',
'./cvlyang-models/sonic-pbh.yang',
'./cvlyang-models/sonic-policer.yang',
'./cvlyang-models/sonic-port.yang',
Expand Down
21 changes: 2 additions & 19 deletions src/sonic-yang-models/tests/files/sample_config_db.json
Expand Up @@ -1540,7 +1540,7 @@
}
},


"MCLAG_DOMAIN": {
"123": {
"source_ip": "12.1.1.1",
Expand Down Expand Up @@ -1584,8 +1584,6 @@

}
},


"POLICER": {
"everflow_static_policer": {
"meter_type": "bytes",
Expand All @@ -1594,23 +1592,8 @@
"cbs": "12500000",
"color": "aware",
"red_packet_action": "drop"
}
},


"NVGRE_TUNNEL": {
"tunnel_1": {
"src_ip": "10.0.0.1"
}
},
"NVGRE_TUNNEL_MAP": {
"tunnel_1|Vlan111": {
"vlan_id": "111",
"vsid": "5000"
}
}
}


},
"SAMPLE_CONFIG_DB_UNKNOWN": {
"UNKNOWN_TABLE": {
Expand Down
25 changes: 0 additions & 25 deletions src/sonic-yang-models/tests/yang_model_tests/tests/nvgre.json

This file was deleted.

125 changes: 0 additions & 125 deletions src/sonic-yang-models/tests/yang_model_tests/tests_config/nvgre.json

This file was deleted.

114 changes: 0 additions & 114 deletions src/sonic-yang-models/yang-models/sonic-nvgre-tunnel.yang

This file was deleted.

0 comments on commit 6855105

Please sign in to comment.