summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNiranjan Mallapadi <mrniranjan@redhat.com>2014-11-10 16:59:44 +0530
committerNiranjan Mallapadi <mrniranjan@redhat.com>2014-11-10 17:01:27 +0530
commit256703a15b4082d5b4afa128606e58200f9c998a (patch)
tree87eab56520178478ec5e48263b2a935edda2fb21 /tests
parent6e0d1347d59083e30c3cf059457549d95f757ea3 (diff)
downloadpki-256703a15b4082d5b4afa128606e58200f9c998a.tar.gz
pki-256703a15b4082d5b4afa128606e58200f9c998a.tar.xz
pki-256703a15b4082d5b4afa128606e58200f9c998a.zip
Add python scripts for ca profile cli
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dogtag/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/dogtag/Makefile b/tests/dogtag/Makefile
index 070ca7a4a..eb96531e1 100755
--- a/tests/dogtag/Makefile
+++ b/tests/dogtag/Makefile
@@ -36,6 +36,7 @@ FILES=$(METADATA) runtest.sh topologies.sh Makefile PURPOSE shared acceptance de
run: $(FILES) build
mkdir -p /opt/rhqa_pki
mkdir -p /opt/rhqa_pki/jars
+ mkdir -p /opt/rhqa_pki/PkiLib
cp -n ./shared/env.sh /opt/rhqa_pki/.
rm -f /opt/rhqa_pki/rhcs-shared.sh
cp ./shared/rhcs-shared.sh /opt/rhqa_pki/.
@@ -68,6 +69,18 @@ run: $(FILES) build
cp ./codecoverage/known_hosts_archivehost /opt/rhqa_pki/known_hosts_archivehost
rm -f /opt/rhqa_pki/saving_codecoverage_results.sh
cp ./codecoverage/saving_codecoverage_results.sh /opt/rhqa_pki/saving_codecoverage_results.sh
+ #Python
+ rm -f /opt/rhqa_pki/PkiLib/pkicommonlib.py
+ cp ./shared/PkiLib/pkicommonlib.py /opt/rhqa_pki/PkiLib/pkicommonlib.py
+ rm -f /opt/rhqa_pki/PkiLib/pkiprofilelib.py
+ cp ./shared/PkiLib/pkiprofilelib.py /opt/rhqa_pki/PkiLib/pkiprofilelib.py
+ rm -f /opt/rhqa_pki/PkiLib/pkiprofilecli.py
+ cp ./shared/PkiLib/pkiprofilecli.py /opt/rhqa_pki/PkiLib/pkiprofilecli.py
+ rm -f /opt/rhqa_pki/PkiLib/pkiconstraintslib.py
+ cp ./shared/PkiLib/pkiconstraintslib.py /opt/rhqa_pki/PkiLib/pkiconstraintslib.py
+ rm -f /opt/rhqa_pki/PkiLib/__init__.py
+ cp ./shared/PkiLib/__init__.py /opt/rhqa_pki/PkiLib/__init__.py
+ #Runtest
./runtest.sh
build: $(BUILT_FILES)