summaryrefslogtreecommitdiff
path: root/bench-session-debian.yaml
blob: af42fd34e7f11cda9450ec805d9b8ca30eecb016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
run:
    steps:
        - ./setup_session_debian "$PUB_KEY"
        - ./invoke_session_debian "$GATEWAY"