summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/core-uninstall.sh4
-rwxr-xr-xscripts/tet.sh8
2 files changed, 11 insertions, 1 deletions
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