X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fcsit%2FREADME.txt;fp=auth%2Fcsit%2FREADME.txt;h=81e3e4f485308e8515fcfebfbf6ca2af9e66dfdc;hb=ce76c7dc637edba5f606c1657b056bb3ef4addd9;hp=7ae99c4d42b266683f5c3c9a9a3702da2b8b4701;hpb=dd097a4b411cd78ced737548a43e019b1f3172f1;p=aaf%2Fauthz.git diff --git a/auth/csit/README.txt b/auth/csit/README.txt index 7ae99c4d..81e3e4f4 100644 --- a/auth/csit/README.txt +++ b/auth/csit/README.txt @@ -27,14 +27,18 @@ You can emulate the JENKINS build locally cd 2) If not exist, create a "workspace" directory. mkdir -p workspace -3) Create an empty common functions script - > workspace/common_functions.sh -4) cd to the plans - cd csit/plans/aaf/aafapi -5) Run setup with variables set to the Workspace you created -WORKSPACE=/workspace; SCRIPTS=$WORKSPACE; export WORKSPACE SCRIPTS; bash setup.sh +3) cd to workspace +4) export WORKSPACE="${PWD}" +5) Create an empty common functions script + > common_functions.sh +6) cd to the plans + cd ../csit/plans/aaf/aafapi +7) Run setup with variables set to the Workspace you created +SCRIPTS=$WORKSPACE; export WORKSPACE SCRIPTS; bash setup.sh -6) To practice the Shutdown, do: -WORKSPACE=/workspace; SCRIPTS=$WORKSPACE; export WORKSPACE SCRIPTS; bash teardown.sh +8) To practice the Shutdown, do: +SCRIPTS=$WORKSPACE; export WORKSPACE SCRIPTS; bash teardown.sh +OTHER) If nexus isn't working (and you have the latest images to test with), you can + export SKIP_PULL=true