Skip to content

Commit

Permalink
fix unit with reinterpret
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Sep 14, 2021
1 parent 7ef0c31 commit 65e2bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mock_tables/appl_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"mtu": "9100",
"fec": "rs",
"admin_status": "up",
"autoneg": "on"
"autoneg": "1"
},
"PORT_TABLE:Ethernet32": {
"index": "8",
Expand All @@ -48,7 +48,7 @@
"mtu": "9100",
"fec": "rs",
"admin_status": "up",
"autoneg": "off"
"autoneg": "0"
},
"PORT_TABLE:Ethernet112": {
"index": "28",
Expand Down

0 comments on commit 65e2bb8

Please sign in to comment.