summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/basic_handshake_success.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end_to_end/scenarios/basic_handshake_success.py')
-rw-r--r--tests/end_to_end/scenarios/basic_handshake_success.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/end_to_end/scenarios/basic_handshake_success.py b/tests/end_to_end/scenarios/basic_handshake_success.py
new file mode 100644
index 0000000..8875166
--- /dev/null
+++ b/tests/end_to_end/scenarios/basic_handshake_success.py
@@ -0,0 +1,5 @@
+from scenarios import *
+
+scenario = (
+ sequences.handshake(),
+)