Skip to content

Commit

Permalink
DONT MERGE: test if using '--tpm none' would break any tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skobyda committed Sep 12, 2023
1 parent 29c1fc3 commit 5ad65b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/install_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def prepare_cloud_init(args):

user_data_file.flush()
params.append(f"user-data={user_data_file.name}")
params.append("--tpm none")

yield params

Expand Down

0 comments on commit 5ad65b2

Please sign in to comment.