forked from StackStorm-Exchange/stackstorm-vra7
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrap tests/setup_testing_env.sh
- Loading branch information
1 parent
0579b55
commit 18c76de
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
# For python deps, please use requirements.txt or requirements-test.txt. | ||
# Do not install python requirements with this script. | ||
|
||
# Some packs need to install and configure additional packages to properly | ||
# run their test suite. Other packs need to clone other repositories to | ||
# reuse standardized testing infrastructure. And other functional or end-to-end | ||
# tests might need additional system setup to access external APIs via | ||
# an enterprise bus or something else. | ||
# That is the purpose of this script. Setup the testing environment | ||
# to do mock-less regression or end-to-end testing. | ||
|
||
# This script is called by `deployment` housed in StackStorm-exchange/ci. | ||
# `deployment` will only run this script if it is executable. |