From f877996a1263b53388955cf6d0dd84da6210c8b5 Mon Sep 17 00:00:00 2001 From: Jo¶rgen Karlsson Date: Wed, 20 Jan 2016 13:33:42 +0100 Subject: Add apexlake CI script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jo¶rgen Karlsson Change-Id: I5dcd45692938afddadbf17650c96fddf1f99dce7 (cherry picked from commit 9a3fa8bde1e8a82796fd05c8a40b1fbb8eca60c6) --- ci/apexlake-verify | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 ci/apexlake-verify (limited to 'ci') diff --git a/ci/apexlake-verify b/ci/apexlake-verify new file mode 100755 index 000000000..81c532bab --- /dev/null +++ b/ci/apexlake-verify @@ -0,0 +1,22 @@ +#!/bin/bash +############################################################################## +# Copyright (c) 2015 Ericsson AB and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +DPDK_HOST=10.118.36.130 + +YARDSTICK=/home/user/yardstick +TESTSUITE=$YARDSTICK/tests/opnfv/test_suites/opnfv_vTC_daily.yaml + +commands=" +cd $YARDSTICK +source /home/user/openrc.dasm +sudo -E yardstick task start --suite $TESTSUITE" + +echo "$commands" | ssh -l user $DPDK_HOST 'bash -s' +exit $? -- cgit 1.2.3-korg