lava: Update recursive name server address
[lttng-ci.git] / lava / system-tests / setup.yml
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:
9151e32e
JR
11 - chmod 755 /
12 - systemctl start systemd-timesyncd
e94bd788 13 - echo nameserver 172.18.0.13 > /etc/resolv.conf
9151e32e
JR
14 - ip a
15 - groupadd tracing
16 - depmod -a
17 - locale-gen en_US.UTF-8
18 - apt-get update
19 - apt-get upgrade
20 - apt-get install -y systemtap-sdt-dev openssh-server
21 - pip3 install 'pip==20.3'
22 - hash -r
23 - pip3 install vlttng
c21b61fd 24 - git clone https://github.com/lttng/lttng-ci ci
352aca7a
JR
25 - mkdir -p /root/.ssh
26 - chmod 700 /root/.ssh
9151e32e
JR
27 - cp lava/system-tests/authorized_keys /root/.ssh/authorized_keys
28 - chmod 600 /root/.ssh/authorized_keys
29 - sync
This page took 0.02448 seconds and 4 git commands to generate.