Use known ImageID in internal tests (#3555)
This commit is contained in:
parent
a2246df1a4
commit
77dd35e3b8
23 changed files with 258 additions and 260 deletions
|
|
@ -6,3 +6,7 @@ import logging
|
|||
logging.getLogger("boto").setLevel(logging.CRITICAL)
|
||||
logging.getLogger("boto3").setLevel(logging.CRITICAL)
|
||||
logging.getLogger("botocore").setLevel(logging.CRITICAL)
|
||||
|
||||
|
||||
EXAMPLE_AMI_ID = "ami-12c6146b"
|
||||
EXAMPLE_AMI_ID2 = "ami-03cf127a"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue