-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(core): make all state test expected values optional
- Loading branch information
1 parent
c1fda39
commit ba3b99f
Showing
8 changed files
with
113 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
largest_ttl: 3 | ||
rounds: | ||
- probes: | ||
- 1 C 333 10.1.0.1 0 12340 80 0 0 | ||
- 2 C 777 10.1.0.2 1 12340 80 0 0 | ||
- 3 C 778 10.1.0.3 2 12340 80 0 0 | ||
expected: | ||
hops: | ||
- ttl: 1 | ||
- ttl: 2 | ||
- ttl: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
largest_ttl: 3 | ||
rounds: | ||
- probes: | ||
- 1 C 333 10.1.0.1 0 12340 80 43012 43012 | ||
- 2 C 777 10.1.0.2 1 12340 80 20544 20544 | ||
- 3 C 778 10.1.0.3 2 12340 80 20544 20544 | ||
- probes: | ||
- 1 C 123 10.1.0.1 3 12340 80 43012 43012 | ||
- 2 C 788 10.1.0.2 4 12340 80 20544 20544 | ||
- 3 C 789 10.1.0.3 5 12340 80 20544 20544 | ||
- probes: | ||
- 1 C 123 10.1.0.1 6 12340 80 43012 43012 | ||
- 2 C 780 10.1.0.2 7 12340 80 20544 20544 | ||
- 3 C 781 10.1.0.3 8 12340 80 20544 20544 | ||
expected: | ||
hops: | ||
- ttl: 1 | ||
last_nat_status: no_nat | ||
- ttl: 2 | ||
last_nat_status: nat | ||
- ttl: 3 | ||
last_nat_status: no_nat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters