← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/testfix-rearrange-builders into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/testfix-rearrange-builders into lp:launchpad.

Commit message:
Adjust xx-private-builds test for new /builders layout.

Requested reviews:
  Colin Watson (cjwatson)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/testfix-rearrange-builders/+merge/253826

Adjust xx-private-builds test for new /builders layout.
-- 
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/soyuz/stories/soyuz/xx-private-builds.txt'
--- lib/lp/soyuz/stories/soyuz/xx-private-builds.txt	2014-11-09 22:19:51 +0000
+++ lib/lp/soyuz/stories/soyuz/xx-private-builds.txt	2015-03-23 14:06:48 +0000
@@ -201,9 +201,11 @@
     >>> print extract_text(find_main_content(admin_browser.contents))
     The Launchpad build farm
     ...
-    Name  Architectures  Status
-    bob   386            Building i386 build of mozilla-firefox ...
-    frog  386            Building i386 build of privacy-test ... [~cprov/ubuntu/p3a]
+    Name  Status
+    ...
+    bob   Building i386 build of mozilla-firefox ...
+    ...
+    frog  Building i386 build of privacy-test ... [~cprov/ubuntu/p3a]
     ...
 
 Launchpad Buildd admins cannot see private builds.
@@ -212,9 +214,11 @@
     >>> print extract_text(find_main_content(name12_browser.contents))
     The Launchpad build farm
     ...
-    Name  Architectures  Status
-    bob   386            Building i386 build of mozilla-firefox ...
-    frog  386            Building private job
+    Name  Status
+    ...
+    bob   Building i386 build of mozilla-firefox ...
+    ...
+    frog  Building private job
     ...
 
 cprov can see his own private build:
@@ -223,9 +227,11 @@
     >>> print extract_text(find_main_content(cprov_browser.contents))
     The Launchpad build farm
     ...
-    Name  Architectures  Status
-    bob   386            Building i386 build of mozilla-firefox ...
-    frog  386            Building i386 build of privacy-test ... [~cprov/ubuntu/p3a]
+    Name  Status
+    ...
+    bob   Building i386 build of mozilla-firefox ...
+    ...
+    frog  Building i386 build of privacy-test ... [~cprov/ubuntu/p3a]
     Updated on ...
 
 Anonymous users cannot see the private build:
@@ -235,9 +241,11 @@
     The Launchpad build farm
     2 available build machines, ...
     ...
-    Name  Architectures  Status
-    bob   386            Building i386 build of mozilla-firefox ...
-    frog  386            Building private job
+    Name  Status
+    ...
+    bob   Building i386 build of mozilla-firefox ...
+    ...
+    frog  Building private job
     ...
 
 
@@ -297,9 +305,11 @@
     >>> print extract_text(find_main_content(anon_browser.contents))
     The Launchpad build farm
     ...
-    Name  Architectures  Status
-    bob   386            Building i386 build of mozilla-firefox ...
-    frog  386            Building i386 build of privacy-test 666 ... [~cprov/ubuntu/p3a]
+    Name  Status
+    ...
+    bob   Building i386 build of mozilla-firefox ...
+    ...
+    frog  Building i386 build of privacy-test 666 ... [~cprov/ubuntu/p3a]
     ...
 
 Any other logged-in user will also see the build:
@@ -309,9 +319,11 @@
     >>> print extract_text(find_main_content(browser.contents))
     The Launchpad build farm
     ...
-    Name  Architectures  Status
-    bob   386            Building i386 build of mozilla-firefox ...
-    frog  386            Building i386 build of privacy-test 666 ... [~cprov/ubuntu/p3a]
+    Name  Status
+    ...
+    bob   Building i386 build of mozilla-firefox ...
+    ...
+    frog  Building i386 build of privacy-test 666 ... [~cprov/ubuntu/p3a]
     ...
 
 Accessing the build page will now also work:


References