From 8a6529526f8bf3368472d2f4e8d777ef535ff359 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 28 Sep 2016 13:15:56 -0700 Subject: [PATCH] fix ARM initial-setup handling for extra choice As with the text install test, there's an additional choice on the 'Time settings' path compared to whatever image garret developed the test on; right after 'Time settings' you have to pick 'Set timezone' or 'Configure NTP servers'. So adjust the test to handle this, just like we did there. --- tests/install_arm_image_deployment.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/install_arm_image_deployment.pm b/tests/install_arm_image_deployment.pm index c4363586..f25a13cd 100644 --- a/tests/install_arm_image_deployment.pm +++ b/tests/install_arm_image_deployment.pm @@ -11,6 +11,8 @@ sub run { # Set timezone type_string "2\n"; wait_still_screen 5; + type_string "1\n"; # Set timezone + wait_still_screen 5; type_string "1\n"; # Europe wait_still_screen 5; type_string "37\n"; # Prague