bug fix: wrong POD name used in result dispatchers
[yardstick.git] / ci / apexlake-verify
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2015 Ericsson AB and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 DPDK_HOST=10.118.36.130
12
13 YARDSTICK=/home/user/yardstick
14 TESTSUITE=$YARDSTICK/tests/opnfv/test_suites/opnfv_vTC_daily.yaml
15
16 commands="
17 cd $YARDSTICK
18 source /home/user/openrc.dasm
19 sudo -E yardstick task start --suite $TESTSUITE"
20
21 echo "$commands" | ssh -l user $DPDK_HOST 'bash -s'
22 exit $?