Skip to content

Commit

Permalink
actual grab of my kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Jul 27, 2024
1 parent af03eef commit e4414ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ fn mock_net_dev_data() -> String {
"\
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 123456789 98765 0 0 0 0 0 0 123456789 98765 0 0 0 0 0 0
eth0: 987654321 56789 0 0 0 0 0 0 987654321 56789 0 0 0 0 0 0
lo: 11653112 104532 0 0 0 0 0 0 11653112 104532 0 0 0 0 0 0
eth0: 975397653 443290 0 0 0 0 0 0 30723242 300853 0 0 0 0 0 0
".to_string()
}

Expand Down

0 comments on commit e4414ab

Please sign in to comment.