github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/ci/cli/tasks/cats-windows.bat (about) 1 SET GOPATH=%CD%\gopath 2 SET CATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests 3 SET CF_DIAL_TIMEOUT=15 4 5 SET PATH=C:\Go\bin;%PATH% 6 SET PATH=C:\Program Files\Git\cmd\;%PATH% 7 SET PATH=%GOPATH%\bin;%PATH% 8 SET PATH=C:\Program Files\GnuWin32\bin;%PATH% 9 SET PATH=C:\Program Files\cURL\bin;%PATH% 10 SET PATH=C:\Program Files\CloudFoundry;%PATH% 11 SET PATH=%CD%;%PATH% 12 13 SET CONFIG=%CD%\cats-config\integration_config.json 14 15 pushd %CD%\cf-cli-binaries 16 7z e cf-cli-binaries.tgz 17 7z x cf-cli-binaries.tar 18 MOVE %CD%\cf-cli_winx64.exe ..\cf.exe 19 popd 20 21 SET CF_PLUGIN_HOME=%CD% 22 .\cf add-plugin-repo CATS-Test-CF-Community https://plugins.cloudfoundry.org 23 .\cf install-plugin -f -r CATS-Test-CF-Community "network-policy" 24 .\cf remove-plugin-repo CATS-Test-CF-Community 25 26 mkdir %CATSPATH% 27 xcopy /q /e /s cf-acceptance-tests %CATSPATH% 28 29 cd %CATSPATH% 30 31 ginkgo.exe -flakeAttempts=2 -slowSpecThreshold=180 -skip="go makes the app reachable via its bound route|SSO|takes effect after a restart, not requiring a push|doesn't die when printing 32MB|exercises basic loggregator|firehose data|dotnet-core|transparently proxies both reserved|manage droplet bits for an app" -nodes=%NODES%