Skip to content

Commit

Permalink
Merge pull request #39 from marten-seemann/disalbe-vn-test
Browse files Browse the repository at this point in the history
disable the version negotiation test
  • Loading branch information
marten-seemann authored Jan 7, 2020
2 parents cf69dfc + 25c8195 commit 38b99e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The log files are saved to a directory named `#server_#client/#testcase`. `outpu
The Interop Runner implements the following test cases. Unless noted otherwise, test cases use HTTP/0.9 for file transfers. More test cases will be added in the future, to test more protocol features. The name in parentheses is the value of the `TESTCASE` environment variable passed into your Docker container.

* **Version Negotiation** (`versionnegotiation`): This test case tests that a server sends a Version Negotiation packet in response to an unknown QUIC version number. The client should start a connection using an unsupported version number (it can use a reserved version number to do so), and should abort the connection attempt when receiving the Version Negotiation packet.
Currently disabled due to #20.

* **Handshake** (`handshake`): This test case tests the successful completion of the handshake. The client is expected to establish a single QUIC connection to the server and download one or multiple small files. Servers should not send a Retry packet in this test case.

Expand Down
1 change: 0 additions & 1 deletion testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ def result(self) -> float:
return self._result

TESTCASES = [
TestCaseVersionNegotiation,
TestCaseHandshake,
TestCaseTransfer,
TestCaseRetry,
Expand Down

0 comments on commit 38b99e0

Please sign in to comment.