~stanley31/checkbox-iiotg/+git/checkbox-iiotg-classic:230331_add-ce-oem-provider

Last commit made on 2023-03-31
Get this branch:
git clone -b 230331_add-ce-oem-provider https://git.launchpad.net/~stanley31/checkbox-iiotg/+git/checkbox-iiotg-classic
Only StanleyHuang can upload to this branch. If you are StanleyHuang please log in for upload directions.

Branch merges

Branch information

Name:
230331_add-ce-oem-provider
Repository:
lp:~stanley31/checkbox-iiotg/+git/checkbox-iiotg-classic

Recent commits

95067ee... by StanleyHuang

Add: include the ce-oem provider

For include the ce-oem-generic provider as a content provider in
checkbox-iiotg snap, I have made following changes
1. add lib path into LD_LIBRARY_PATH to access those libraries in
   ce-oem-generic provider, it is for cold-reboot-stress-by-pdu tests
2. add bin path into PATH to access those binaries in ce-oem-generic
    provider.
3. add checkbox-ce-oem into PROVIDER_PATH
4. use dump plugin to build checkbox snap

6737f22... by Ubuntu <email address hidden>

Merge #434953 from ~baconyao/checkbox-iiotg/+git/checkbox-iiotg-classic:define-runner

Add: add test-runner for each CPU family

Add the test-runner for ehl, tgl, adl, icl and rpl CPU with
pre-defined manifest.

00f0c25... by Ubuntu <email address hidden>

Merge #434770 from ~baconyao/checkbox-iiotg/+git/checkbox-iiotg-classic:extend-boot-wakeup-delay

Modify: Extend the duration of wakeup time

This is the temporary workaround for cold-reboot issue.

4293554... by Ubuntu <email address hidden>

Merge #434968 from ~baconyao/checkbox-iiotg/+git/checkbox-iiotg-classic:watchdog-identity

Add: New variable for watchdog identity

The identity of wdat_wdt module is same as its module name.

96cf6a9... by PeiYao Chang

Add: New variable for watchdog identity

The identity of wdat_wdt module is same as its module name.

1a4de3d... by PeiYao Chang

Add: add test-runner for each CPU family

Add the test-runner for ehl, tgl, adl, icl and rpl CPU with
pre-defined manifest.

57d739b... by PeiYao Chang

Modify: Extend the duration of wakeup time

This is the temporary workaround for cold-reboot issue.

e8f1008... by Ubuntu <email address hidden>

Merge #434532 from ~baconyao/checkbox-iiotg/+git/checkbox-iiotg-classic:fix-shared-library-path

Add: Append needed path to LD_LIBRARY_PATH

Some cases are failed because their shared libraries are not found in
the snap shell with classic image. For instance, the command "vainfo"
and "edac-util" encounter this problem.

The proper way to solve this issue is appending the path to the
LDILIBRARY_PATH environment variable.

3503e9e... by PeiYao Chang

Add: Append needed path to LD_LIBRARY_PATH

Some cases are failed because their shared libraries are not found in
the snap shell with classic image. For instance, the command "vainfo"
and "edac-util" encounter this problem.

The proper way to solve this issue is appending the path to the
LDILIBRARY_PATH environment variable.

03e375f... by Ubuntu <email address hidden>

Merge #430615 from ~djacobs98/checkbox-iiotg/+git/checkbox-iiotg-classic:wait_150_jammy

Modify: Change wait between reboot tests from 120 to 150 seconds.