Skip to content

Commit aaf5947

Browse files
committed
Add text for new prompt
1 parent 283307e commit aaf5947

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

e2e-tests/installer/auto_install.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@ def start_installer(self, installer_option=1):
463463
print(" - Set AWS region to " + str(self.aws_region))
464464
self.installer_session.expect(r"Specify the AWS region for the cluster \(default \[.*\]\):")
465465
self.installer_session.sendline(str(self.aws_region))
466+
print(" - Set AWS bucket region to " + str(self.aws_region))
467+
self.installer_session.expect(r"Specify the AWS region for the bucket to store the installer state \(default \[.*\]\):")
468+
self.installer_session.sendline(str(self.aws_region))
466469
# local state step
467470
print(" - Set state data prefix to " + str(self.state_bucket_prefix))
468471
self.installer_session.expect(r"Specify the state data identifier for the cluster \(default \[.*\]\):")

0 commit comments

Comments
 (0)