diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2012-02-22 14:25:16 -0600 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2012-02-22 14:25:16 -0600 |
| commit | e1dfb9437faf90a6dc105768ada4112c40f792bc (patch) | |
| tree | 7e7543cfe06f781d92dc5cc579fdca7d306defe9 | |
| parent | ef6e0bc26d3fbc01025ed9dcc5de700fc0f5d2d3 (diff) | |
| download | pki-dev-e1dfb9437faf90a6dc105768ada4112c40f792bc.tar.gz pki-dev-e1dfb9437faf90a6dc105768ada4112c40f792bc.tar.xz pki-dev-e1dfb9437faf90a6dc105768ada4112c40f792bc.zip | |
Added TET script.
| -rwxr-xr-x | scripts/core-uninstall.sh | 4 | ||||
| -rwxr-xr-x | scripts/tet.sh | 8 |
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 |
