summaryrefslogtreecommitdiff
path: root/bench-session-debian.yaml
blob: e966e11d721574728326aebd9565d169da2069f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
metadata:
  name: bench-session-debian
  format: "Lava-Test-Shell Test Definition 1.0"
  description: "Benchmarking Session"
  version: 1.0

params:
    PUB_KEY: None
    GATEWAY: 10.0.0.1

install:
    deps:
        - openssh-server
        - wget
        - make
        - cpufrequtils
        - binutils
        - gawk
run:
    steps:
        - ./setup_session_debian "$PUB_KEY"
        - ./invoke_session_debian "$GATEWAY"