-
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
7c2c128
commit cecfc5e
Showing
1 changed file
with
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
#!/bin/sh | ||
|
||
export TEST_QUOTA="true" | ||
export IS_IO1_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 OSC_ACCESS_KEY="11112211111110000000" | ||
export OUTSCALE_REGION="eu-west-2" | ||
export OUTSCALE_IMAGEID="ami-ffffff00" | ||
export OUTSCALE_ACCOUNT="00000000" | ||
export OUTSCALE_KEYPAIR="my_craft" | ||
set -e | ||
TF_LOG=DEBUG make testacc TESTARGS='-run=TestAccOthers_Volume_io1Type' | ||
TF_LOG=DEBUG make testacc TESTARGS='-run=TestAccVM_withFlexibleGpuLink_basic' |