From 07fa6d43cf0ac1baf3cd67e741f474273fbd387d Mon Sep 17 00:00:00 2001 From: "Yiting.Li" Date: Fri, 22 Jan 2016 10:46:57 +0800 Subject: JIRA: BOTTLENECKS-29 Add a end-to-end test framework delete the wrong author flag and fix some missing of the copy right Change-Id: Ia9f72ff3e523f05cd0d5e32e3349a3f6acad5bd1 Signed-off-by: Yiting.Li (cherry picked from commit 0ea3b714615e7a9383048a13695bbe4d62f028fd) --- vstf/tool_package/install.sh | 8 ++++++++ vstf/tool_package/netperf-2.7.0.tar.gz | Bin vstf/tool_package/qperf-0.4.9.tar.gz | Bin vstf/tool_package/vnstat-1.14.tar.gz | Bin 4 files changed, 8 insertions(+) mode change 100755 => 100644 vstf/tool_package/install.sh mode change 100755 => 100644 vstf/tool_package/netperf-2.7.0.tar.gz mode change 100755 => 100644 vstf/tool_package/qperf-0.4.9.tar.gz mode change 100755 => 100644 vstf/tool_package/vnstat-1.14.tar.gz (limited to 'vstf/tool_package') diff --git a/vstf/tool_package/install.sh b/vstf/tool_package/install.sh old mode 100755 new mode 100644 index 471457d2..9d50516e --- a/vstf/tool_package/install.sh +++ b/vstf/tool_package/install.sh @@ -1,4 +1,12 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2015 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 +############################################################################## function usage() { diff --git a/vstf/tool_package/netperf-2.7.0.tar.gz b/vstf/tool_package/netperf-2.7.0.tar.gz old mode 100755 new mode 100644 diff --git a/vstf/tool_package/qperf-0.4.9.tar.gz b/vstf/tool_package/qperf-0.4.9.tar.gz old mode 100755 new mode 100644 diff --git a/vstf/tool_package/vnstat-1.14.tar.gz b/vstf/tool_package/vnstat-1.14.tar.gz old mode 100755 new mode 100644 -- cgit 1.2.3-korg