Skip to content

automated/linux/dockerized-tests/over-ssh

Description

Run tests from https://git.linaro.org/qa/test-definitions.git with docker. Test run will be triggered over ssh

Maintainer

  • chase.qi@linaro.org

OS

  • ubuntu
  • debian
  • centos
  • fedora
  • openembedded

Scope

  • functional
  • performance

Devices

  • d03
  • d05
  • juno
  • beaglebone-black
  • hi6220-hikey
  • apq8016-sbc
  • mustang
  • moonshot
  • thunderX
  • x15

Steps to reproduce

  • cd automated/linux/dockerized-tests
  • if [ -z "${TESTDEF_PARAMS}" ]; then
  • ./over-ssh.sh -s "${SKIP_INSTALL}" -t "${TEST}" -i "${TARGET_IP}" -u "${SSH_USER}" -p "${SSH_PASSWD}" -d "${DOCKER_IMG}"
  • else
  • ./over-ssh.sh -s "${SKIP_INSTALL}" -t "${TEST}" -i "${TARGET_IP}" -u "${SSH_USER}" -p "${SSH_PASSWD}" -d "${DOCKER_IMG}" -r "${TESTDEF_PARAMS}"
  • fi
  • ../../utils/send-to-lava.sh ./output/result.txt