mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
bitbake: toaster: Update to use qemux86-64 machine by default
Toaster currently uses qemux86 as the default, update to match the local.conf default changes, i.e. qemux86-64. (Bitbake rev: 27fbba9ee15994a69284a7f8579c22d85e0ce863) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -93,7 +93,7 @@ class FuntionalTestBasic(SeleniumFunctionalTestCase):
|
||||
time.sleep(2)
|
||||
try:
|
||||
self.assertTrue(self.element_exists('#machine-section'),'Machine section for the project configuration page does not exist')
|
||||
self.assertTrue(re.search("qemux86",self.driver.find_element(By.XPATH, "//span[@id='project-machine-name']").text),'The machine type is not assigned')
|
||||
self.assertTrue(re.search("qemux86-64",self.driver.find_element(By.XPATH, "//span[@id='project-machine-name']").text),'The machine type is not assigned')
|
||||
self.driver.find_element(By.XPATH, "//span[@id='change-machine-toggle']").click()
|
||||
time.sleep(2)
|
||||
self.wait_until_visible('#select-machine-form')
|
||||
@@ -140,7 +140,7 @@ class FuntionalTestBasic(SeleniumFunctionalTestCase):
|
||||
|
||||
try:
|
||||
self.assertTrue(self.element_exists('#machine-section'),'Machine section for the project configuration page does not exist')
|
||||
self.assertTrue(re.search("qemux86",self.driver.find_element(By.ID, "project-machine-name").text),'The machine type is not assigned')
|
||||
self.assertTrue(re.search("qemux86-64",self.driver.find_element(By.ID, "project-machine-name").text),'The machine type is not assigned')
|
||||
self.driver.find_element(By.ID, "change-machine-toggle").click()
|
||||
time.sleep(2)
|
||||
self.wait_until_visible('#select-machine-form')
|
||||
|
||||
Reference in New Issue
Block a user