File tree Expand file tree Collapse file tree
scripts/qemu/test-runner/packer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,12 @@ chpasswd:
1414 password: testrunner
1515 type: text
1616
17+ write_files:
18+ - path: /etc/ssh/sshd_config.d/99-packer.conf
19+ content: |
20+ PermitRootLogin yes
21+ PasswordAuthentication yes
22+ permissions: "0644"
23+
1724runcmd:
18- - sed -i 's/^#*PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
19- - sed -i 's/^#*PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config
20- - systemctl restart sshd
25+ - systemctl restart ssh
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ set -euo pipefail
88apt-get update
99apt-get install -y python3 python3-pip python3-venv
1010
11- pip3 install --break-system-packages robotframework
11+ pip3 install --break-system-packages robotframework==7.4.1
You can’t perform that action at this time.
0 commit comments