Fix: system-tests: missing space
[lttng-ci.git] / lava / system-tests / setup.yaml
CommitLineData
9151e32e
JR
1metadata:
2 format: Lava-Test Test Definition 1.0
3 name: x86-env-setup
4 description: "Basic environment setup for x86 board"
5 os:
6 - ubuntu
7 devices:
8 - x86
9run:
10 steps:
11 - git clone https://github.com/lttng/lttng-ci ci
12 - chmod 755 /
13 - systemctl start systemd-timesyncd
14 - echo nameserver 172.18.0.12 > /etc/resolv.conf
15 - ip a
16 - groupadd tracing
17 - depmod -a
18 - locale-gen en_US.UTF-8
19 - apt-get update
20 - apt-get upgrade
21 - apt-get install -y systemtap-sdt-dev openssh-server
22 - pip3 install 'pip==20.3'
23 - hash -r
24 - pip3 install vlttng
25 - cp lava/system-tests/authorized_keys /root/.ssh/authorized_keys
26 - chmod 600 /root/.ssh/authorized_keys
27 - sync
This page took 0.023907 seconds and 4 git commands to generate.