summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-01 10:34:28 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-01 10:34:28 +0200
commit392dc166720f56cac55e05f7ab21accb4648da9a (patch)
tree33deb9ded9b0d653a22f7e93eee6553227d700f0 /scripts
parent33ec3805a743cdbbe50926a5be5abc04fef59c13 (diff)
downloadvyos-build-392dc166720f56cac55e05f7ab21accb4648da9a.tar.gz
vyos-build-392dc166720f56cac55e05f7ab21accb4648da9a.zip
Revert "Testsuite: list config directories for trouble shooting"
This reverts commit 9b1ed0551854575c1e0608daaf5e0dc31c2958c9.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 0a12d5d3..1a4718a2 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -375,9 +375,6 @@ try:
s2s_key = '/config/auth/ovpn_test_site2site.key'
auth_key = '/config/auth/ovpn_test_tls_auth.key'
- c.sendline(f'ls -al / /config /opt/vyatta/etc/config')
- c.expect(op_mode_prompt)
-
c.sendline(f'openssl req -newkey rsa:4096 -new -nodes -x509 -days 3650 '\
f'-keyout {ssl_key} -out {ssl_cert} -subj {subject}')
c.expect(op_mode_prompt, timeout=600)