summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-06suspend.pxu: typo in job commandSylvain Pineau
2018-05-28Merge #346794 from ~cypressyew/plainbox-provider-checkbox:masterPMR
The iperf related tests are using the network script, some of them are missing the 'test' argument in the command and it will fail with: usage: network [-h] {test,info} ... network: error: invalid choice: 'wlp2s0' (choose from 'test', 'info')
2018-05-24suspend.pxu: fix the iperf testPo-Hsu Lin
The iperf related tests are using the network script, some of them are missing the 'test' argument in the command and it will fail with: usage: network [-h] {test,info} ... network: error: invalid choice: 'wlp2s0' (choose from 'test', 'info') Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
2018-05-23Merge #346716 from ↵snap-2018-05-25T1605PMR
~sylvain-pineau/plainbox-provider-checkbox:executable_res_wireless
2018-05-23wireless: Use executable resource in monitor_wireless_connection.* jobsSylvain Pineau
executable.name == 'iperf'
2018-05-23Merge #346543 from ~sylvain-pineau/plainbox-provider-checkbox:disk_info_cryptPMR
2018-05-22bin:disk_info: Add support for encrypted drivesSylvain Pineau
2018-05-18Merge #345762 from ~sylvain-pineau/plainbox-provider-checkbox:more_classic_fixessnap-2018-05-21T0911PMR
2018-05-18Merge #345753 from ~sylvain-pineau/plainbox-provider-checkbox:disk_product_slugPMR
2018-05-17units:mediacard.pxu: Add __on_ubuntucore__ jinja2 condition blocksSylvain Pineau
`journalctl -u snap.udisks2.udisksd` works only on UC
2018-05-17units:suspend.pxu: checkbox.ini -> checkbox.confSylvain Pineau
2018-05-17bin:keyboard_test: Fix import/require orderSylvain Pineau
2018-05-17units:disks: Ensure no bad chars in test summariesSylvain Pineau
Example: { "bus": "mmc", "category": "DISK", "driver": "mmcblk", "name": "mmcblk0", "path": "/devices/pci0000:00/0000:00:1c.0/mmc_host/mmc0/mmc0:0001", "product": "HAG2e\u0005", "product_slug": "HAG2e_" },
2018-05-16Merge #345654 from ~sylvain-pineau/plainbox-provider-checkbox:xorg_lookup_bionicPMR
2018-05-16graphics: Look for Xorg logs in $HOME on systems where X is running as non rootSylvain Pineau
2018-05-16units: update some requirements to use executable.name instead of package.nameSylvain Pineau
To be snap-friendly where most of them are stage packages
2018-05-16Merge #345642 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1552609PMR
2018-05-16bin: Enforce versions with gi.require_version in python3 scriptsSylvain Pineau
Fixes lp:1552609
2018-05-16Merge #345641 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1766816PMR
2018-05-16bin:cycle_vts: Add support for gdm virtual terminalsSylvain Pineau
Fixes: lp:1766816
2018-05-11Merge #345443 from ↵PMR
~bladernr/plainbox-provider-checkbox:1760632-drop-version-checks-dmitest
2018-05-11stop testing for version in dmitest on servers lp: #1760632Jeff Lane
2018-05-08Merge #345095 from ~kissiel/plainbox-provider-checkbox:removable-storage-improvPMR
I needed to debug why the test was failing and found a piece of code unnecessarily complex. This MR fixes that. Tested on two machines, one that uses xhci_hcd and one that does not.
2018-05-07Merge #345164 from plainbox-provider-checkbox:releasePMR
Release_2018_Week19
2018-05-07increment version to v0.46.0.dev0Sylvain Pineau
2018-05-07Bump to v0.45.0v0.45.0Sylvain Pineau
2018-05-04make forwarding xhci info easierMaciej Kisielewski
It could be improved even further by introducing booleans instead of using 'xhci' as True value in the mapping of xhci support. Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
2018-05-04Merge #345081 from ~sylvain-pineau/plainbox-provider-checkbox:pm_test_unset_envsnap-2018-05-04T1506PMR
2018-05-04pm_test: Unset LD_LIBRARY_PATH, PYTHONPATH and PYTHONHOME to start system ↵Sylvain Pineau
terminal gnome-terminal is using a python3 starter script that has to load the system wide modules/library to work properly. That's not the case in pm_test is started from a checkbox snap where all those env var point to paths inside the snap. This patch unset them to ensure gnome-terminal (via x-terminal-emulator) starts with the right env. For the record the error was: ImportError: module encoding not found
2018-05-03Bump to v0.45.0rc1v0.45.0rc1Sylvain Pineau
2018-05-02Merge #344936 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1768443PMR
2018-05-02pm_test: Run repawn command using raw string literalSylvain Pineau
2018-05-01Merge #344876 from ~kissiel/plainbox-provider-checkbox:cpu_offlining-not-on-armPMR
make cpu_offlining test not run on arm Tested on dragonboard: ID: com.canonical.certification::cpu/offlining_test Category: com.canonical.plainbox::cpu Job cannot be started because: - resource expression 'cpuinfo.platform not in ("aarch64", "armhf")' evaluates to false Outcome: job cannot be started And on intel: ID: com.canonical.certification::cpu/offlining_test Category: com.canonical.plainbox::cpu ... 8< ------------------------------------------------------------------------- Successfully turned 3 cores off and back on
2018-05-01make cpu_offlining test not run on armMaciej Kisielewski
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
2018-04-30Merge #344831 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1766766PMR
2018-04-30touchscreen/x-touch-tap: Fix qmlscene invocation and disable unity only on 16.04Sylvain Pineau
Fixes: lp:1766766
2018-04-26Merge #344374 from ↵PMR
~sylvain-pineau/plainbox-provider-checkbox:disk_stress_ng_md_raid
2018-04-26disk_stress_ng: Also consider software raid to identify the partition to useSylvain Pineau
$ sudo ./disk_stress_ng md0 --base-time 240 --really-run /dev/md0 is a block device md0 5760746520576 raid0 /raid Found largest partition: "/dev/md0" Test will use /dev/md0, mounted at "/raid", using "ext4"
2018-04-25Merge #344213 from plainbox-provider-checkbox:releasePMR
Release_2018_Week17
2018-04-25increment version to v0.45.0.dev0Sylvain Pineau
2018-04-25Bump to v0.44.0v0.44.0Sylvain Pineau
2018-04-25Merge #344208 from ~pieq/plainbox-provider-checkbox:cert-blocker-reboot-poweroffPMR
2018-04-25Add cert blocker status to reboot and poweroff stress testsPierre Equoy
2018-04-24Merge #343857 from ~rodsmith/plainbox-provider-checkbox:fix-network-upPMR
2018-04-24Address maciej's comments to previous MR.Rod Smith
2018-04-23Fix network script failing 2nd and later NICs because they don't come up ↵Rod Smith
quickly enough.
2018-04-17Merge #343381 from ~jocave/plainbox-provider-checkbox:fail-buildstamp-jobsnap-2018-04-17T1512PMR
2018-04-17Fail info/buildstamp if no source of data foundJonathan Cave
2018-04-16Merge #343124 from ~bladernr/plainbox-provider-checkbox:fix-disk_stress_ngPMR
2018-04-13Merge #343171 from ↵PMR
~kissiel/plainbox-provider-checkbox:no-sysfs-attachment-on-arm64 block sysfs_attachment from running on arm64 devices here's the result on bablboa: -------------[ Running job 14 / 21. Estimated time left: unknown ]-------------- --------------[ Attach detailed sysfs property output from udev ]--------------- ID: com.canonical.certification::sysfs_attachment Category: com.canonical.plainbox::info Job cannot be started because: - resource expression 'cpuinfo.platform not in ("aarch64")' evaluates to false Outcome: job cannot be started