Skip to content

Commit

Permalink
Fix up icr-os outdated test data
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Apr 26, 2023
1 parent 121c8ff commit b42a6f5
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions tests/data/icr-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifPromiscuousMode": null,
"ifOperStatus": "up",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
Expand All @@ -46,15 +45,11 @@
"ifType": "ethernetCsmacd",
"ifAlias": "eth0",
"ifPhysAddress": null,
"ifHardType": null,
"ifLastChange": 0,
"ifVlan": "",
"ifVlan": null,
"ifTrunk": null,
"counter_in": null,
"counter_out": null,
"ignore": 0,
"disabled": 0,
"detailed": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
Expand Down Expand Up @@ -141,7 +136,6 @@
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifPromiscuousMode": null,
"ifOperStatus": "down",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
Expand All @@ -151,15 +145,11 @@
"ifType": "other",
"ifAlias": "mwan0",
"ifPhysAddress": null,
"ifHardType": null,
"ifLastChange": 0,
"ifVlan": "",
"ifVlan": null,
"ifTrunk": null,
"counter_in": null,
"counter_out": null,
"ignore": 0,
"disabled": 0,
"detailed": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
Expand Down Expand Up @@ -250,7 +240,6 @@
"ifSpeed": 100000000,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifPromiscuousMode": null,
"ifOperStatus": "up",
"ifOperStatus_prev": "up",
"ifAdminStatus": "up",
Expand All @@ -260,15 +249,11 @@
"ifType": "ethernetCsmacd",
"ifAlias": "eth0",
"ifPhysAddress": "aabbccddeeff",
"ifHardType": null,
"ifLastChange": 0,
"ifVlan": "",
"ifVlan": null,
"ifTrunk": null,
"counter_in": null,
"counter_out": null,
"ignore": 0,
"disabled": 0,
"detailed": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
Expand Down Expand Up @@ -355,7 +340,6 @@
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifPromiscuousMode": null,
"ifOperStatus": "down",
"ifOperStatus_prev": "down",
"ifAdminStatus": "down",
Expand All @@ -365,15 +349,11 @@
"ifType": "other",
"ifAlias": "mwan0",
"ifPhysAddress": null,
"ifHardType": null,
"ifLastChange": 0,
"ifVlan": "",
"ifVlan": null,
"ifTrunk": null,
"counter_in": null,
"counter_out": null,
"ignore": 0,
"disabled": 0,
"detailed": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
Expand Down

0 comments on commit b42a6f5

Please sign in to comment.