Skip to content

Commit 15764ae

Browse files
committed
Update README
1 parent 34dbff2 commit 15764ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,24 +84,24 @@ Since the IPv6 headers are 20 bytes larger than the IPv4 headers, the MTU has to
8484
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.
8585
The following command should be used for executing all the tests -
8686
```
87-
sudo sh run-tests.sh <directory>
87+
sudo sh run-tests.sh <directory/file>
8888
```
8989
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>
9090
**Note:** `sudo` is required only for running the packetdrill binary. <br><br>
9191
**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 -
92+
The automation scripts reads the list of scripts from the local file `tests_list`. This file needs to be timely updated -
9393
```
9494
sh update-test-list.sh
9595
```
9696

9797
## Scenarios covered
9898

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
99+
|**Scenario**|**Number of tests**|**Result (FreeBSD)**|
100+
-------------|:-----------------:|------------------|
101+
|[ICMP](icmp) |1 |Passed
102+
|[Socket API](socket-api) |17|Failed: [1](socket-api/close/close-unread-data-rst.pkt)
103+
|[TCP Mechanisms](tcp-mechanisms)|12|Failed: [1](tcp-mechanisms/early_retransmit/early-retransmit.pkt)
104+
|[TCP State Machine](tcp-fsm) |17|Failed: [3](tcp-fsm/mss)
105105

106106
## Possible Scenarios
107107
* ~~Test for half-open connection (last ack getting lost).~~ **Update -** [close-last-ack-lost](./close/close-last-ack-lost.pkt)

0 commit comments

Comments
 (0)