testing: Switch to Python 3

Both swidGenerator and strongTNC were migrated to Python 3.
This allows to migrate all testing scripts to Python 3, too.
This commit is contained in:
Andreas Steffen
2021-09-21 09:47:43 +02:00
committed by Tobias Brunner
parent a5662e8f6e
commit 3e2841572b
7 changed files with 11 additions and 12 deletions
@@ -7,6 +7,6 @@ swanctl {
charon-systemd {
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default
start-scripts {
updown = /usr/bin/python /etc/updown.py
updown = /usr/bin/python3 /etc/updown.py
}
}
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import vici