summaryrefslogtreecommitdiffstats
path: root/tests/dogtag/Makefile
diff options
context:
space:
mode:
authorRoshni Pattath <rpattath@redhat.com>2015-04-20 12:38:00 -0400
committerRoshni Pattath <rpattath@redhat.com>2015-04-20 12:39:36 -0400
commit35a946e1b1a8f8c7e27891f5c4a3845212f49251 (patch)
tree08984e9f33be27e6033675d04033dd13064a4b28 /tests/dogtag/Makefile
parent4e7c48121aed229e21302e0b8a0c3096b3e851bd (diff)
downloadpki-35a946e1b1a8f8c7e27891f5c4a3845212f49251.tar.gz
pki-35a946e1b1a8f8c7e27891f5c4a3845212f49251.tar.xz
pki-35a946e1b1a8f8c7e27891f5c4a3845212f49251.zip
TPS Legacy tests
TPS Leagcy tests, TPS install tests, MS CA external CA test and other changes to install tests
Diffstat (limited to 'tests/dogtag/Makefile')
-rwxr-xr-xtests/dogtag/Makefile18
1 files changed, 13 insertions, 5 deletions
diff --git a/tests/dogtag/Makefile b/tests/dogtag/Makefile
index 74c5fa355..182db1e8e 100755
--- a/tests/dogtag/Makefile
+++ b/tests/dogtag/Makefile
@@ -275,8 +275,8 @@ build: $(BUILT_FILES)
chmod a+x ./acceptance/legacy/subca-tests/crlissuingpoint/subca-ad-crlissuingpoints.sh
chmod a+x ./acceptance/legacy/subca-tests/publishing/subca-ad-publishing.sh
chmod a+x ./acceptance/legacy/subca-tests/crls/subca-ag-crls.sh
- chmod a+x ./acceptance/legacy/subca-tests/cert-enrollment/subca-ag-certificates.sh
chmod a+x ./acceptance/legacy/subca-tests/cert-enrollment/subca-ag-requests.sh
+ chmod a+x ./acceptance/legacy/subca-tests/cert-enrollment/subca-ag-certificates.sh
chmod a+x ./acceptance/legacy/subca-tests/cert-enrollment/subca-ee-enrollments.sh
chmod a+x ./acceptance/legacy/subca-tests/cert-enrollment/subca-ee-retrieval.sh
chmod a+x ./acceptance/legacy/subca-tests/profiles/subca-ad-profiles.sh
@@ -287,13 +287,15 @@ build: $(BUILT_FILES)
chmod a+x ./acceptance/legacy/ocsp-tests/acls/ocsp-ad-acls.sh
chmod a+x ./acceptance/legacy/ocsp-tests/logs/ocsp-ad-logs.sh
chmod a+x ./acceptance/legacy/ocsp-tests/internaldb/ocsp-ad-internaldb.sh
- chmod a+x ./acceptance/legacy/tks-tests/acls/tks-ad-acls.sh
- chmod a+x ./acceptance/legacy/tks-tests/internaldb/tks-ad-internaldb.sh
- chmod a+x ./acceptance/legacy/tks-tests/logs/tks-ad-logs.sh
+ chmod a+x ./acceptance/legacy/ocsp-tests/agent/ocsp-ag-tests.sh
chmod a+x ./acceptance/legacy/tks-tests/usergroups/tks-ad-usergroups.sh
+ chmod a+x ./acceptance/legacy/tks-tests/acls/tks-ad-acls.sh
+ chmod a+x ./acceptance/legacy/tks-tests/logs/tks-ad-logs.sh
+ chmod a+x ./acceptance/legacy/tks-tests/internaldb/tks-ad-internaldb.sh
chmod a+x ./acceptance/legacy/ipa-tests/ipa_backend_plugin.sh
- chmod a+x ./acceptance/legacy/clone_ca_tests/clone_tests.sh
chmod a+x ./acceptance/legacy/clone_drm_tests/clone_drm_agent_tests.sh
+ chmod a+x ./acceptance/legacy/clone_ca_tests/clone_tests.sh
+ chmod a+x ./acceptance/legacy/tps-tests/tps-enrollments.sh
# bug verifications
chmod a+x ./acceptance/bugzilla/tomcatjss-bugs/bug-1058366.sh
chmod a+x ./acceptance/bugzilla/tomcatjss-bugs/bug-1084224.sh
@@ -304,6 +306,12 @@ build: $(BUILT_FILES)
chmod a+x ./acceptance/bugzilla/jss-bugs/bug-1133718.sh
chmod a+x ./acceptance/bugzilla/jss-bugs/bug-1040640.sh
chmod a+x ./acceptance/bugzilla/pki-core-bugs/bug-790924.sh
+ #installer tests
+ chmod a+x ./acceptance/install-tests/ca-installer.sh
+ chmod a+x ./acceptance/install-tests/kra-installer.sh
+ chmod a+x ./acceptance/install-tests/ocsp-installer.sh
+ chmod a+x ./acceptance/install-tests/tks-installer.sh
+ chmod a+x ./acceptance/install-tests/tps-installer.sh
clean:
rm -f *~ $(BUILT_FILES)