From e7c5e1cf21f4ffc69a6f76589fd7c0c1659bd841 Mon Sep 17 00:00:00 2001 From: "ray.chen" Date: Sat, 16 May 2020 21:20:56 +0800 Subject: Laramie: modified launcher content to exclude some cases Debian: remove openssh-server in control file --- debian/control | 4 ++-- launcher/laramie-cli | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) mode change 100644 => 100755 launcher/laramie-cli diff --git a/debian/control b/debian/control index fb63a9f..e040f3a 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Description: plainbox oem provider for kittyhawk Package: plainbox-provider-oem-stella Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, plainbox-provider-oem (= ${source:Version}), openssh-server +Depends: ${shlibs:Depends}, ${misc:Depends}, plainbox-provider-oem (= ${source:Version}) Conflicts: plainbox-provider-oem-kittyhawk, plainbox-provider-oem-sutton, plainbox-provider-oem-somerville Description: plainbox oem provider for stella Plainbox OEM provider to run OEM-specific jobs and test plans (Stella) @@ -53,7 +53,7 @@ Description: plainbox oem provider for somerville Package: plainbox-provider-oem-otaru Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, plainbox-provider-oem (= ${source:Version}), openssh-server +Depends: ${shlibs:Depends}, ${misc:Depends}, plainbox-provider-oem (= ${source:Version}) Conflicts: plainbox-provider-oem-kittyhawk, plainbox-provider-oem-sutton, plainbox-provider-oem-somerville, plainbox-provider-oem-stella Description: plainbox oem provider for otaru Plainbox OEM provider to run OEM-specific jobs and test plans (ce-iot-qa) diff --git a/launcher/laramie-cli b/launcher/laramie-cli old mode 100644 new mode 100755 index 84d92b8..daba7cb --- a/launcher/laramie-cli +++ b/launcher/laramie-cli @@ -8,5 +8,15 @@ app_id = com.canonical.certification:laramie-testing filter = *laramie* unit = com.canonical.ce::laramie-full +[test selection] +exclude = .*suspend.* .*reboot.* .*poweroff.* .*keys.* .*auto_switch_card.* .*pm-graph.* .*stress.* .*fwts.* .*chvt.* + +[manifest] +com.canonical.certification::has_usb_type_c == false + +[transport:certification] +type = certification +secure-id = isBZMtRBjJPzQjLipQLN4j + [config] -config_filename = plainbox.conf \ No newline at end of file +config_filename = plainbox.conf -- cgit v1.2.3