Skip to content

Commit

Permalink
Fix remote tests due to non-existent candidate builds (mozilla#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Oct 10, 2016
1 parent a4ee1d2 commit 0828837
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
30 changes: 15 additions & 15 deletions tests/remote/test_firefox.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,41 +68,41 @@
]

tests_candidate_scraper = [
# -p win32 -v 31.8.0esr --build-number=1
# -p win32 -v 45.4.0esr --build-number=1
{'args': {'application': 'firefox',
'platform': 'win32',
'version': '31.8.0esr',
'version': '45.4.0esr',
'build_number': 1},
'url': 'firefox/candidates/31.8.0esr-candidates/build1/win32/en-US/Firefox Setup 31.8.0esr.exe'},
'url': 'firefox/candidates/45.4.0esr-candidates/build1/win32/en-US/Firefox Setup 45.4.0esr.exe'},

# -a firefox -p linux -v 31.8.0esr --build-number=1
# -a firefox -p linux -v 45.4.0esr --build-number=1
{'args': {'application': 'firefox',
'platform': 'linux',
'version': '31.8.0esr',
'version': '45.4.0esr',
'build_number': 1},
'url': 'firefox/candidates/31.8.0esr-candidates/build1/linux-i686/en-US/firefox-31.8.0esr.tar.bz2'},
'url': 'firefox/candidates/45.4.0esr-candidates/build1/linux-i686/en-US/firefox-45.4.0esr.tar.bz2'},

# -a firefox -p linux64 -v 31.8.0esr --build-number=1
# -a firefox -p linux64 -v 45.4.0esr --build-number=1
{'args': {'application': 'firefox',
'platform': 'linux64',
'version': '31.8.0esr',
'version': '45.4.0esr',
'build_number': 1},
'url': 'firefox/candidates/31.8.0esr-candidates/build1/linux-x86_64/en-US/firefox-31.8.0esr.tar.bz2'},
'url': 'firefox/candidates/45.4.0esr-candidates/build1/linux-x86_64/en-US/firefox-45.4.0esr.tar.bz2'},

# -a firefox -p mac -v 31.8.0esr --build-number=1
# -a firefox -p mac -v 45.4.0esr --build-number=1
{'args': {'application': 'firefox',
'platform': 'mac',
'version': '31.8.0esr',
'version': '45.4.0esr',
'build_number': 1},
'url': 'firefox/candidates/31.8.0esr-candidates/build1/mac/en-US/Firefox 31.8.0esr.dmg'},
'url': 'firefox/candidates/45.4.0esr-candidates/build1/mac/en-US/Firefox 45.4.0esr.dmg'},

# -a firefox -p win32 -v 31.8.0esr -l de --build-number=1
# -a firefox -p win32 -v 45.4.0esr -l de --build-number=1
{'args': {'application': 'firefox',
'locale': 'de',
'platform': 'win32',
'version': '31.8.0esr',
'version': '45.4.0esr',
'build_number': 1},
'url': 'firefox/candidates/31.8.0esr-candidates/build1/win32/de/Firefox Setup 31.8.0esr.exe'},
'url': 'firefox/candidates/45.4.0esr-candidates/build1/win32/de/Firefox Setup 45.4.0esr.exe'},
]

tests_daily_scraper = [
Expand Down
42 changes: 21 additions & 21 deletions tests/remote/test_thunderbird.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,50 +55,50 @@
]

tests_candidate_scraper = [
# -a thunderbird -p linux -v 31.8.0
# -a thunderbird -p linux -v 45.4.0
{'args': {'application': 'thunderbird',
'platform': 'linux',
'version': '31.8.0'},
'url': 'thunderbird/candidates/31.8.0-candidates/build1/linux-i686/en-US/thunderbird-31.8.0.tar.bz2'},
'version': '45.4.0'},
'url': 'thunderbird/candidates/45.4.0-candidates/build1/linux-i686/en-US/thunderbird-45.4.0.tar.bz2'},

# -a thunderbird -p linux64 -v 31.8.0
# -a thunderbird -p linux64 -v 45.4.0
{'args': {'application': 'thunderbird',
'platform': 'linux64',
'version': '31.8.0'},
'url': 'thunderbird/candidates/31.8.0-candidates/build1/linux-x86_64/en-US/thunderbird-31.8.0.tar.bz2'},
'version': '45.4.0'},
'url': 'thunderbird/candidates/45.4.0-candidates/build1/linux-x86_64/en-US/thunderbird-45.4.0.tar.bz2'},

# -a thunderbird -p mac -v 31.8.0
# -a thunderbird -p mac -v 45.4.0
{'args': {'application': 'thunderbird',
'platform': 'mac',
'version': '31.8.0'},
'url': 'thunderbird/candidates/31.8.0-candidates/build1/mac/en-US/Thunderbird 31.8.0.dmg'},
'version': '45.4.0'},
'url': 'thunderbird/candidates/45.4.0-candidates/build1/mac/en-US/Thunderbird 45.4.0.dmg'},

# -a thunderbird -p win32 -v 31.8.0
# -a thunderbird -p win32 -v 45.4.0
{'args': {'application': 'thunderbird',
'platform': 'win32',
'version': '31.8.0'},
'url': 'thunderbird/candidates/31.8.0-candidates/build1/win32/en-US/Thunderbird Setup 31.8.0.exe'},
'version': '45.4.0'},
'url': 'thunderbird/candidates/45.4.0-candidates/build1/win32/en-US/Thunderbird Setup 45.4.0.exe'},

# -a thunderbird -p win32 -v 31.8.0 -l cs
# -a thunderbird -p win32 -v 45.4.0 -l cs
{'args': {'application': 'thunderbird',
'locale': 'cs',
'platform': 'win32',
'version': '31.8.0'},
'url': 'thunderbird/candidates/31.8.0-candidates/build1/win32/cs/Thunderbird Setup 31.8.0.exe'},
'version': '45.4.0'},
'url': 'thunderbird/candidates/45.4.0-candidates/build1/win32/cs/Thunderbird Setup 45.4.0.exe'},

# -a thunderbird -p win32 -v 31.8.0 -l en-GB
# -a thunderbird -p win32 -v 45.4.0 -l en-GB
{'args': {'application': 'thunderbird',
'locale': 'en-GB',
'platform': 'win32',
'version': '31.8.0'},
'url': 'thunderbird/candidates/31.8.0-candidates/build1/win32/en-GB/Thunderbird Setup 31.8.0.exe'},
'version': '45.4.0'},
'url': 'thunderbird/candidates/45.4.0-candidates/build1/win32/en-GB/Thunderbird Setup 45.4.0.exe'},

# -a thunderbird -p win32 -v 31.8.0
# -a thunderbird -p win32 -v 45.4.0
{'args': {'application': 'thunderbird',
'build_number': '1',
'platform': 'win32',
'version': '31.8.0'},
'url': 'thunderbird/candidates/31.8.0-candidates/build1/win32/en-US/Thunderbird Setup 31.8.0.exe'},
'version': '45.4.0'},
'url': 'thunderbird/candidates/45.4.0-candidates/build1/win32/en-US/Thunderbird Setup 45.4.0.exe'},
]

tests_daily_scraper = [
Expand Down

0 comments on commit 0828837

Please sign in to comment.