From f8b52ec5839c804be2f866393462f85f530160d9 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Tue, 28 Jun 2016 14:26:08 +0800 Subject: Add plugin Command Change-Id: I8976ddf3dd43813ee38051dc4b0030265b85c3ef Signed-off-by: JingLu5 --- yardstick/resources/script/install/sample.bash | 18 ++++++++++++++++++ yardstick/resources/script/remove/sample.bash | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 yardstick/resources/script/install/sample.bash create mode 100644 yardstick/resources/script/remove/sample.bash (limited to 'yardstick/resources') diff --git a/yardstick/resources/script/install/sample.bash b/yardstick/resources/script/install/sample.bash new file mode 100644 index 000000000..21eb14680 --- /dev/null +++ b/yardstick/resources/script/install/sample.bash @@ -0,0 +1,18 @@ +#!/bin/bash + +############################################################################## +# Copyright (c) 2016 Huawei Technologies Co.,Ltd 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 +############################################################################## + +# Sample plugin installation script + +set -e + +cat > test.sh <