Skip to content

Commit

Permalink
Remove sub_role from "general" profile based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
judyjoseph committed Oct 22, 2020
1 parent 13d6d0c commit a89643d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"CONFIG_DB__DEVICE_METADATA": {
"localhost": {
"sub_role": "FrontEnd"
}
},
"neighbor_addr": "10.10.10.10",
"bgp_session": {
"asn": "555",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"CONFIG_DB__DEVICE_METADATA": {
"localhost": {
"sub_role": "FrontEnd"
}
},
"neighbor_addr": "fc::10",
"bgp_session": {
"asn": "555",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"CONFIG_DB__DEVICE_METADATA": {
"localhost": {
"type": "LeafRouter",
"sub_role": "FrontEnd"
"type": "LeafRouter"
}
},
"CONFIG_DB__BGP_BBR": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"CONFIG_DB__DEVICE_METADATA": {
"localhost": {
"sub_role": "FrontEnd"
}
},
"loopback0_ipv4": "10.10.10.10/32",
"constants": {
"bgp": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"CONFIG_DB__DEVICE_METADATA": {
"localhost": {
"sub_role": "NotBackEnd"
}
},
"loopback0_ipv4": "10.10.10.10/32",
"constants": {
"bgp": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"CONFIG_DB__DEVICE_METADATA": {
"localhost": {
"sub_role": "FrontEnd"
}
},
"loopback0_ipv4": "10.10.10.10/32",
"constants": {
"bgp": {
Expand Down

0 comments on commit a89643d

Please sign in to comment.