aboutsummaryrefslogtreecommitdiffstats
path: root/csit/prepare-csit.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-09-07Fix CSITs in honolulu releaseliamfallon1-9/+9
Copy certs into Honolulu. Issue-ID: POLICY-4350 Change-Id: I4cd999d006fb0cb3a75f3ae8fb4368228ca96de5 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-06-07Don't use pip3 wrapper scriptJim Hahn1-2/+2
The pip3 script generates a warning saying to use "python3 -m pip" instead. Modified the code as such. Issue-ID: POLICY-3155 Change-Id: I852583bea88b6d4b969a1aba20e7b9193fa24732 Signed-off-by: Jim Hahn <jrh3@att.com> (cherry picked from commit fe3e91c55264ba67b5130b9841e30b634ac157a6)
2021-06-04Use local version of the include scriptarkadiusz.adamski1-7/+2
- Use local version of the include-raw-integration-install-robotframework.sh script - correct name of pip python module Fixed conflict in cherry pick: - prepare-csit.sh Issue-ID: POLICY-3092 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: Iba43621b3c8aebfa715cee91a75fd6832ccbc2be (cherry picked from commit 8f44cb7dc7737433324083c0c307bf954d535200) Signed-off-by: Jim Hahn <jrh3@att.com>
2021-06-04Use python3 for CSITsarkadiusz.adamski1-14/+4
- use python3 and pip3 in scripts - update robot-framework-http library, so it can use python3 - update selenium2library, so it can use python3 Fixed merge conflict from cherry pick: - prepare-csit.sh Changed to github instead of gerrit-mirror, as the mirror is flakey and broke one of the CSIT verify jobs. Issue-ID: POLICY-3092 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: I5a6a4fe43e54366859049e1d43bbce599dacd14e (cherry picked from commit 2b1e8d08ed869124e4a363a0c5f58999f487a4be) Signed-off-by: Jim Hahn <jrh3@att.com>
2021-05-20Merge csits into docker/csitJim Hahn1-3/+1
Decided to move CSIT test source code from the individual repos into the docker repo. This review modifies the scripts to begin the process, and includes the CSIT code from xacml-pdp, as the first one to move. Note: while the xacml-pdp files are new to the docker repo, they are not actually new, thus their licenses were retained. Issue-ID: POLICY-3299 Change-Id: I7cce548ceec38c9c1615af883f08eb118e84d132 Signed-off-by: Jim Hahn <jrh3@att.com> (cherry picked from commit 3486a9218bc8d396dce8cdde32d0b1e38490bacf) Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-01-14move csit/scripts, docker-compose to docker repoTaka Cho1-0/+61
part of moving csit to project level scripts shares with all applications repo reside in docker repo. all docker-compose relate volume files reside in docker repo. align with new JJB template Issue-ID: POLICY-2895 Change-Id: I8fd97c6932e41779b01c1c941564763415c83f16 Signed-off-by: Taka Cho <takamune.cho@att.com>