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.py8
1 files changed, 8 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..9e1ffb3
--- /dev/null
+++ b/tests/end_to_end/scenarios/basic_handshake_success.py
@@ -0,0 +1,8 @@
+from scenarios import *
+
+# At the start of every scenario, we automatically insert a
+# sequences.handshake() call. So, this scenario is just here to test that
+# this basic thing works fine.
+
+scenario = (
+)