-
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.
- Loading branch information
Showing
207 changed files
with
20,148 additions
and
383 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
# !!! not commit this file !!! | ||
#replace '-' with ip address for your tests | ||
# This file provides the setting of environment variables used for tests. | ||
# It's content is read at the beginning of the test. | ||
# If the values are not "-" the according environment variable is set with the configured value. | ||
# If the environment variable was already set it will be overwritten. | ||
# | ||
# !!! Do not commit local changes of this file !!! | ||
# | ||
|
||
# CTRLX_ADDRESS - the IP address of the ctrlX uses for tests. | ||
# Replace "-" with ... | ||
# "192.168.1.1" if you use a ctrlX CORE virtual in Network Adapter mode (or ctrlX CORE with default IP address) | ||
# "10.0.2.2" if you develop in an App Builder Environment (QEMU VM) and your ctrlX CORE virtual is running in Port Forwarding mode | ||
# else enter the IP address of your ctrlX CORE e.g. "192.168.178.100" | ||
CTRLX_ADDRESS="-" | ||
CTRLX_TIMEOUT="-" | ||
|
||
# CTRLX_SSL_PORT - the SSL port to be used to communicate with your ctrlX CORE. | ||
# Replace "-" e.g. with 8443 if you use a ctrlX CORE virtual with Port Forwarding 8443:443 | ||
CTRLX_SSL_PORT="-" | ||
|
||
# CTRLX_TIMEOUT - the connection timeout in ms. | ||
# Set "30000" to be able to debug without timeouts. | ||
CTRLX_TIMEOUT="-" | ||
|
||
ALLDATA_PROVIDER="-" |
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 |
---|---|---|
|
@@ -11,4 +11,4 @@ artifact.zip | |
.idea | ||
.github | ||
*-xx.zip | ||
vendor | ||
vendor |
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
Oops, something went wrong.