From e1dfb9437faf90a6dc105768ada4112c40f792bc Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 22 Feb 2012 14:25:16 -0600 Subject: Added TET script. --- scripts/core-uninstall.sh | 4 +++- scripts/tet.sh | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 scripts/tet.sh (limited to 'scripts') diff --git a/scripts/core-uninstall.sh b/scripts/core-uninstall.sh index cda9df5..50f89f4 100755 --- a/scripts/core-uninstall.sh +++ b/scripts/core-uninstall.sh @@ -9,7 +9,6 @@ rpm -ev --nodeps\ pki-java-tools-javadoc rpm -ev --nodeps\ - pki-deploy\ pki-selinux\ pki-tks\ pki-kra\ @@ -22,3 +21,6 @@ rpm -ev --nodeps\ pki-ca\ pki-java-tools\ pki-symkey + +rpm -ev --nodeps\ + pki-deploy diff --git a/scripts/tet.sh b/scripts/tet.sh new file mode 100755 index 0000000..5899df0 --- /dev/null +++ b/scripts/tet.sh @@ -0,0 +1,8 @@ +#!/bin/sh -x + +SRC_DIR=`cd ../.. ; pwd` +mkdir -p $SRC_DIR/logs + +TET_DIR=$SRC_DIR/tet +cd $TET_DIR +testframework/utils/tet_shared/launch.sh $TET_DIR/testframework | tee $SRC_DIR/logs/tet.log -- cgit