summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNiranjan Mallapadi <mrniranjan@redhat.com>2014-05-15 10:19:56 +0530
committerNiranjan Mallapadi <mrniranjan@redhat.com>2014-05-15 10:21:40 +0530
commit8ee8e93a1c7c52b5747481050031f188618ad8d3 (patch)
tree2374409570a4bc78814a5d8213bc36a1a792d9e1 /tests
parent406123afdd3f134146bd188f3c23b54f5d335a43 (diff)
downloadpki-8ee8e93a1c7c52b5747481050031f188618ad8d3.tar.gz
pki-8ee8e93a1c7c52b5747481050031f188618ad8d3.tar.xz
pki-8ee8e93a1c7c52b5747481050031f188618ad8d3.zip
Remove pki-cert-cli-request-submit-ca
Remove pki-cert-cli-request-submit-ca from Makefile and runtests.sh
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dogtag/Makefile1
-rwxr-xr-xtests/dogtag/runtest.sh6
2 files changed, 0 insertions, 7 deletions
diff --git a/tests/dogtag/Makefile b/tests/dogtag/Makefile
index 76079292e..1a6eb4d65 100755
--- a/tests/dogtag/Makefile
+++ b/tests/dogtag/Makefile
@@ -100,7 +100,6 @@ build: $(BUILT_FILES)
chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-revoke.sh
chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-release-hold.sh
chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-hold.sh
- chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-cli-request-submit-ca.sh
clean:
rm -f *~ $(BUILT_FILES)
diff --git a/tests/dogtag/runtest.sh b/tests/dogtag/runtest.sh
index 4c4e1d56a..fab29a5dc 100755
--- a/tests/dogtag/runtest.sh
+++ b/tests/dogtag/runtest.sh
@@ -63,7 +63,6 @@
. ./acceptance/cli-tests/pki-cert-cli/pki-cert-revoke.sh
. ./acceptance/cli-tests/pki-cert-cli/pki-cert-release-hold.sh
. ./acceptance/cli-tests/pki-cert-cli/pki-cert-hold.sh
-. ./acceptance/cli-tests/pki-cert-cli/pki-cert-cli-request-submit-ca.sh
PACKAGE="pki-tools"
@@ -175,11 +174,6 @@ rlJournalStart
# Execute pki cert-hold tests
run_pki-cert-hold-ca_tests
fi
- CERT_REQUEST_SUBMIT_CA_UPPERCASE=$(echo $CERT_REQUEST_SUBMIT_CA | tr [a-z] [A-Z])
- if [ "$CERT_REQUEST_SUBMIT_CA_UPPERCASE" = "TRUE" ] || [ "$TEST_ALL_UPPERCASE" = "TRUE" ] ; then
- # Execute pki cert-hold tests
- run_pki-cert-request-submit_tests
- fi
CERT_TEST_UPPERCASE=$(echo $CERT_TEST | tr [a-z] [A-Z])
if [ "$CERT_TEST_UPPERCASE" = "TRUE" ] || [ "$TEST_ALL_UPPERCASE" = "TRUE" ]; then
#Execute pki cert tests