You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,24 +84,20 @@ Since the IPv6 headers are 20 bytes larger than the IPv4 headers, the MTU has to
84
84
The script [run-tests.sh](https://github.com/shivrai/TCP-IP-Regression-TestSuite/blob/master/run-tests.sh) can be used to automate the tests. The value of the `$packetdrill` variable should be set to the location of the **packetdrill** binary on your machine before running the script.
85
85
The following command should be used for executing all the tests -
86
86
```
87
-
sudo sh run-tests.sh <directory>
87
+
sudo sh run-tests.sh <directory/file>
88
88
```
89
89
You can specify the directory for which you want to run the tests. If no directory is specified, the current directory is taken into consideration by default. <br>
90
90
**Note:**`sudo` is required only for running the packetdrill binary. <br><br>
91
91
**Update:** Logging functionality is now added in the automation script. After a single run, all the errors are placed in `error.log` in a clean format for easy debugging. <br>
92
-
The automation scripts reads the list of scripts from the local file `test_scripts`. This file needs to be timely updated -
93
-
```
94
-
sh update-test-list.sh
95
-
```
96
92
97
93
## Scenarios covered
98
94
99
-
|**Scenario**|**Number of tests**|**Result**|
100
-
------------|:-------------------:|:----------:|
101
-
|ICMP|1|Passed
102
-
|Socket API|13|Passed
103
-
|TCP Mechanisms|20|Passed
104
-
|TCP State Machine|15|Passed
95
+
|**Scenario**|**Number of tests**|**Result (FreeBSD)**|
0 commit comments