Skip to content

Commit

Permalink
skip cspm
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka committed Jan 28, 2025
1 parent a20c242 commit ce1424f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_scripts/accounts/cspm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


import os
from systest_utils import Logger
from systest_utils import Logger, statics
from tests_scripts.accounts.accounts import Accounts
import random
from urllib.parse import quote
Expand Down Expand Up @@ -55,7 +55,7 @@ def start(self):
"""

assert self.backend is not None, f'the test {self.test_driver.test_name} must run with backend'

return statics.SUCCESS, ""
stack_region = "us-east-1"
# generate random number for cloud account name for uniqueness
rand = str(random.randint(10000000, 99999999))
Expand Down

0 comments on commit ce1424f

Please sign in to comment.