From 9b1ed0551854575c1e0608daaf5e0dc31c2958c9 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 22 Jun 2021 21:43:49 +0200 Subject: Testsuite: list config directories for trouble shooting --- scripts/check-qemu-install | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 80702edd..1345b235 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -371,6 +371,9 @@ 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) -- cgit v1.2.3