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 LISTENER_ADDR: NONE LISTENER_PORT: NONE install: sources: - ppa:linaro-maintainers/tools deps: - autogen - binutils - bison - cpufrequtils - dejagnu - flex - gawk - gcc - gcc-multilib - g++-multilib - git - lava-tool - libgfortran3 - libncurses5-dev - make - netcat.traditional - openssh-server - python-software-properties - rsync - texinfo - wget run: steps: - ./setup_session_debian "$PUB_KEY" - ./invoke_session_debian "$GATEWAY" "$LISTENER_ADDR" "$LISTENER_PORT"