diff options
author | Jim Hahn <jrh3@att.com> | 2021-05-10 15:36:30 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-05-10 16:01:03 -0400 |
commit | 3486a9218bc8d396dce8cdde32d0b1e38490bacf (patch) | |
tree | 32e95d25b23591bc7f5aa03965b4f658b3bca156 /csit/prepare-csit.sh | |
parent | 4fe6a2eb96c93ed7cd7e4ff18e9560d519e0ee9a (diff) |
Merge csits into docker/csit
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>
Diffstat (limited to 'csit/prepare-csit.sh')
-rwxr-xr-x | csit/prepare-csit.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index b15aa4ee..018a9b50 100755 --- a/csit/prepare-csit.sh +++ b/csit/prepare-csit.sh @@ -22,9 +22,7 @@ if [ -z "$WORKSPACE" ]; then export WORKSPACE=`git rev-parse --show-toplevel` fi -TESTPLANDIR=${WORKSPACE}/${TESTPLAN} - -# Assume that if ROBOT_VENV is set and virtualenv with system site packages can be activated, +# Assume that if ROBOT_VENV is set and virtualenv with system site packages can be activated, # ci-management/jjb/integration/include-raw-integration-install-robotframework.sh has already # been executed |