-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matthias Gatto <[email protected]>
- Loading branch information
1 parent
63046c8
commit bd9f5cd
Showing
2 changed files
with
19 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,12 @@ | ||
#!/bin/sh | ||
|
||
export TEST_QUOTA="true" | ||
export OSC_ENDPOINT_API="http://127.0.0.1:3000" | ||
#OUTSCALE_ACCESSKEYID`, `OUTSCALE_SECRETKEYID`, `OUTSCALE_REGION`, `OUTSCALE_ACCOUNT` and `OUTSCALE_IMAGEID | ||
export OUTSCALE_SECRETKEYID="0000001111112222223333334444445555555666" | ||
export OUTSCALE_ACCESSKEYID="11112211111110000000" | ||
export OUTSCALE_REGION="eu-west-2" | ||
export OUTSCALE_IMAGEID="ami-ffffff00" | ||
export OUTSCALE_ACCOUNT="00000000" | ||
set -e | ||
TF_LOG=DEBUG make testacc TESTARGS='-run=TestAccVM_withFlexibleGpuLink_basic' |