From cecfc5e09fef85b6dac5a6285131d2793bbda854 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Mon, 4 Mar 2024 16:41:19 +0100 Subject: [PATCH] fix local tests for new ricochet-2 Signed-off-by: Matthias Gatto --- local-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local-test.sh b/local-test.sh index 81129d19a..321f0a520 100755 --- a/local-test.sh +++ b/local-test.sh @@ -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'