summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-17providers:checkbox: Add device requirement for firewire testsDaniel Manrique
2014-06-16graphics.txt.in: explicitly tell tester what to do in the switch card jobPo-Hsu Lin
2014-06-16touchpad.txt.in: added requirements to all touchpad jobsPo-Hsu Lin
2014-06-13"automatic merge by tarmac [r=roadmr][bug=][author=cgregan]"cgregan@canonical.com
2014-06-13network test -i $INTERFACE -t iperf changecgregan@canonical.com
2014-06-13suspend.txt.in: fixed the suspend during local job generation stage issuePo-Hsu Lin
2014-06-13Launchpad automatic translations update.plainbox-provider-checkbox-v0.5c1plainbox-provider-checkbox-v0.5Launchpad Translations on behalf of checkbox-dev
2014-06-11"automatic merge by tarmac [r=roadmr][bug=][author=cgregan]"cgregan@canonical.com
2014-06-11Added environ: TEST_TARGET_FTP TEST_TARGET_IPERF TEST_USER TEST_PASS cgregan@canonical.com
2014-06-11providers:checkbox: preserve l10n for networking/gateway_pingZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox: preserve l10n for networking/pingZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11"automatic merge by tarmac [r=roadmr][bug=][author=zkrynicki]"Zygmunt Krynicki
2014-06-11providers:checkbox:po: add Polish translationsZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:po: update translation templateZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:po: remove [type: xxx] syntax from gateway_ping_testZygmunt Krynicki
Casual testing shows that gettext/python doesn't really work and scripts tagged that way are simply ignored and skipped by xgettext. For now I'd like to remove it from one file before a full investigation answers what is the correct way to tag our file types for xgettext. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: add missing copyright headerZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: normalize command line argumentsZygmunt Krynicki
Apart from visually different code formatting this patch adjusts each command line option to be a lower-case sentence-less string Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: fix some odd code formattingZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: normalize commentsZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: normalize empty linesZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: adjust each printed messageZygmunt Krynicki
This patch adjusts each print()ed message to use gettext and new-style formatting. Some strings were combined into longer sentences to be easier to localize Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: replace _hex_to_dec() with plain int()Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: remove useless python2 syntaxZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: don't use python3.3 featuresZygmunt Krynicki
FileNotFoundError is not available on python3.2 so as long as we need to support it we cannot use that exception. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: tweak importsZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: use with to do file IOZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: add support for local translationsZygmunt Krynicki
This patch conditionally binds "CHECKBOX_PROVIDER_LOCALE_DIR" as the gettext domain if the aforementioned environment variable is set. This allows translations of that single script to work in the development tree. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: update gettext domainZygmunt Krynicki
The script is a part of the 'checkbox' provider for plainbox so it should reuse the same gettext domain as the rest of the provider Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: fix some PEP-8 problemsZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: apply gettext everywhereZygmunt Krynicki
This patch is imperfect, there are a number of strings that should be combined into a longer string and there are some number-related strings. Those will be cleaned up in subsequent commits Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: normalize docstringsZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11providers:checkbox:gateway_ping_test: sort importsZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-11"automatic merge by tarmac [r=roadmr][bug=1321740][author=cypressyew]"Po-Hsu Lin
2014-06-11" providers:checkbox: Minor refactoring of gateway_ping_test.Daniel Manrique
Rewrote the way ping command is invoked and the output is processed to solve a few problems (LP: #1232774). [r=zkrynicki][bug=1232774][author=roadmr]"
2014-06-11Changed the underscores in to dash, make it consistent with other testsPo-Hsu Lin
2014-06-11Added Microphone Mute LED test, small description fix for Audio Mute LED testPo-Hsu Lin
2014-06-11Adapted pointing test for input devices basic functionality test after suspendPo-Hsu Lin
2014-06-10more changes...added cdms and gsm based bandwidth tests to resolve the ↵cgregan@canonical.com
depends issue
2014-06-10fixing before suspend and depends linescgregan@canonical.com
2014-06-10updated based on feedbackcgregan@canonical.com
2014-06-10providers:checkbox: Minor refactoring of gateway_ping_test.Daniel Manrique
Rewrote the way ping command is invoked and the output is processed to solve a few problems (LP: #1232774).
2014-06-09updatedcgregan@canonical.com
2014-06-09New tests for broadband, suspend, and info. script added to bin 'broadband_info'cgregan@canonical.com
2014-06-06providers:checkbox: use existing WWAN connection for tests.Daniel Manrique
Previously, it was mandatory to set environment variables for WWAN testing, so the script could automatically create the modem connection and activate it. Unfortunately the best way to discover those settings is to create a connection manually and then copy them from there. This is OK for bulk testing, but for testing a single system, it creates duplication of work. These changes will skip the automatic connection creation and destruction if a wwan connection already exists, so users can configure their connection manually and leverage that for testing. - If the environment variables are set, drop any existing connections, create the test connection before testing, then destroy it after testing. - If environment variables are not set and an active connection is found, test using that one. - If environment are not set and there is no active connection, fail the test.
2014-06-03providers:checkbox: fixed job definitions using the network scriptDaniel Manrique
A couple of definitions had an incorrect invocation of "network", and they lacked required environment variables for the test to work properly.
2014-05-30providers:checkbox: add translation templateZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-05-28"automatic merge by tarmac [r=roadmr][bug=][author=zkrynicki]"Zygmunt Krynicki
2014-05-28"automatic merge by tarmac [r=zkrynicki][bug=][author=taihsiangho]"Taihsiang Ho
2014-05-28use rstrip to make the code easiler to readTaihsiang Ho
2014-05-28import lsb_release to make our code clearerTaihsiang Ho