← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/hwcert-jenkins-jobs:fix-caracalla-media-wwan into hwcert-jenkins-jobs:master

 

Paul Larson has proposed merging ~pwlars/hwcert-jenkins-jobs:fix-caracalla-media-wwan into hwcert-jenkins-jobs:master.

Requested reviews:
  hwcert-jenkins (hwcert-jenkins)

For more details, see:
https://code.launchpad.net/~pwlars/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/428068

caracalla-media-wwan was failing on the core tests, even since they replaced the sim cards in the lab. Fortunately Kevin remembered that Gavin mentioned before that sometimes the wwan interface can change! Fixing this in the config file did the trick. I've already tested it on the core job and it worked well.
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~pwlars/hwcert-jenkins-jobs:fix-caracalla-media-wwan into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/configs/checkbox.conf.caracalla b/jobs/snap-testing/configs/checkbox.conf.caracalla
index 2d1a340..780e539 100644
--- a/jobs/snap-testing/configs/checkbox.conf.caracalla
+++ b/jobs/snap-testing/configs/checkbox.conf.caracalla
@@ -19,7 +19,7 @@
         NET_DRIVER_INFO=ven_rsi_sdio ven_rsi_91x
         WWAN_APN=internet
         WWAN_NET_IF=wwan0
-        WWAN_CONTROL_IF=cdc-wdm0
+        WWAN_CONTROL_IF=cdc-wdm1
         STORE_ID=he9Haizai7thooneiph9
         CARA_T_ZIGBEE=/dev/ttyS4
         CARA_GPA_M_GPS=/dev/ttyS4

Follow ups