Skip to content

Commit

Permalink
fix local tests for new ricochet-2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Mar 4, 2024
1 parent 7c2c128 commit cecfc5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions local-test.sh
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'

0 comments on commit cecfc5e

Please sign in to comment.