You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set the [environmentvariables](#Environment_Variables_for_Authentication) for either Username/Password (no 2FA) orServicePrincipalauthentication
140
+
- UpdatePATHtoincludelocationofCLUbindrop.
141
+
```bash
142
+
exportPATH=/<path-to-drop>/clurun/win7-x64/:$PATH
143
+
```
144
+
- The infrastructure automatically generates the following environment variables:
141
145
- `BASEDIR` - directory path where test script is located
142
146
- `location` - default "WestUS" location
143
147
- `groupName` - randomly generated resource group name (note: the test guarantees that this resource group is deleted at the end of a test run; any other resource groups generated as part of the test run need to be deleted by the test)
- Bash tests should be runnable from bash shell in windows/linux/mac environments.
159
-
- To manually run the tests; please set [environment variables](#environment-variables-for-authentication) for authentication as well as update PATH and run `./examples/lib/testrunner.sh`
163
+
- To manually run the tests; please set [environment variables](#Environment_Variables_for_Authentication) for authentication as well as update PATH and run `./examples/lib/testrunner.sh`
0 commit comments