f45d429c3c
This change provides functional testing for both UEFI and legacy boot mode. This test builds an ISO image, run VM with a predefined IP address, and checks SSH connectivity. Change-Id: I498b78b4264a2f373837e3267a58b4309c8588fe
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
#cloud-config
|
|
ssh_pwauth: True
|
|
chpasswd:
|
|
list: |
|
|
root:deploY!K8s
|
|
deployer:deploY!K8s
|
|
users:
|
|
- default
|
|
- name: deployer
|
|
gecos: deployer
|
|
ssh_pwauth: True
|