]> tinc-vpn.org Git - tinc/blobdiff - test/integration/algorithms.py
Make the ExperimentalProtocol option obsolete.
[tinc] / test / integration / algorithms.py
index b056c7d54974617997fd9ab41a343965806685c5..52e0f8209339633d962bfdd961ba210d3e5bb19a 100755 (executable)
@@ -23,7 +23,7 @@ def init(ctx: Test, digest: str, cipher: str) -> T.Tuple[Tinc, Tinc]:
         set Digest {digest}
         set Cipher {cipher}
     """
-    foo.cmd(stdin=stdin)
+    foo.cmd("--force", stdin=stdin)
     foo.start()
 
     stdin = f"""
@@ -35,7 +35,7 @@ def init(ctx: Test, digest: str, cipher: str) -> T.Tuple[Tinc, Tinc]:
         set Digest {digest}
         set Cipher {cipher}
     """
-    bar.cmd(stdin=stdin)
+    bar.cmd("--force", stdin=stdin)
 
     foo.add_script(bar.script_up)
     bar.add_script(foo.script_up)