From 0b0d9c28f72123c57a924e107b8f3138c2f1cbeb Mon Sep 17 00:00:00 2001 From: Thomas Abraham Date: Tue, 26 Feb 2019 13:21:49 +0530 Subject: rdinfra: add 'rdinfra' platform test scripts The new 'RD' infrastructure/enterprise platforms can reuse all the tests under the SGI platforms. So add initial set of test run scripts that reuse all the run scripts for the SGI platform. Change-Id: I0687205966e502239394b7e9dee5a8468d2f34af Signed-off-by: Thomas Abraham --- rdinfra/tftf.sh | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 rdinfra/tftf.sh (limited to 'rdinfra/tftf.sh') diff --git a/rdinfra/tftf.sh b/rdinfra/tftf.sh new file mode 100755 index 0000000..8c37556 --- /dev/null +++ b/rdinfra/tftf.sh @@ -0,0 +1,32 @@ +#!/bin/bash +############################################################################### +# Copyright (c) 2019, ARM Limited and Contributors. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# Redistributions of source code must retain the above copyright notice, this +# list of conditions and the following disclaimer. +# +# Redistributions in binary form must reproduce the above copyright notice, +# this list of conditions and the following disclaimer in the documentation +# and/or other materials provided with the distribution. +# +# Neither the name of ARM nor the names of its contributors may be used +# to endorse or promote products derived from this software without specific +# prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +################################################################################# + +source ../sgi/tftf.sh -- cgit v1.2.3