dirk-test:add_ADL-N_sof_keys

Last commit made on 2023-09-25
Get this branch:
git clone -b add_ADL-N_sof_keys https://git.launchpad.net/dirk-test

Branch merges

Branch information

Name:
add_ADL-N_sof_keys
Repository:
lp:dirk-test

Recent commits

cf3179b... by Dirk Su

Skip vendorized sof_ri_info.py from codecov

Stop running codecov on vendorized sof_ri_info.py which original
hosted at https://github.com/thesofproject/sof/blob/main/tools/sof_ri_info/sof_ri_info.py

3744f7b... by Dirk Su

Add ADL-N production key

Update ADL-N production key from sof upstream
https://github.com/thesofproject/sof/commit/afb2d913ca66c57b2b0aab58cf89d23a73f7df6f

c216a31... by Massimiliano Girardi

Upgrade fwts version in runtime snaps (New) (#739)

Upgrade fwts version

9be7d86... by Maciej Kisielewski

Fix PIP dependencies installation on bionic and older (Infra) (#712)

* use proper install_requires in setup.cfg

This patch changes the `requires` to `install_requires` to be compliant
with: https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements
Which also fixes installation behaviour on bionic.

* Removed dependency installation hack from metabox

* metabox: remove workarounds for xenial and bionic

---------

Co-authored-by: Hook25 <email address hidden>

e81837f... by dann frazier

Fix a few typos (infra) (#690)

9059a46... by Jeff Lane 

Re-delete the apste_support job from the server-disk test plan after it (BugFix) (#699)

was mistakenly re-added by another commit.

resolves SHENG-2304 SERVCERT-1260

ebed67f... by hanhsuan <email address hidden>

Fix clocktest.c complie warning and add more error handling (BugFix) (#696)

1.
_BSD_SOURCE is deprecated when glibc 2.20 was released at 2014/09/08.
It should be fine to change _BSD_SOURCE to _DEFAULT_SOURCE.

2.
If num_cpus is -1, it will make garbage value for time to calculate jitter.
Adding to check num_cpus shouldn't be -1.

3.
malloc won't be always return success.
Adding to check the return value shouldn't be NULL.

4.
After malloc memory for time, it is never released.
Adding free before return.

5.
Change tab to space.

303266c... by patliuu <email address hidden>

Add: snaps confinement test (new) (#663)

* Change: re-structured the system confinement test

The original snappy/test-snap-confinement-mode is actually testing
the system's confinement whether it is "strict". If it is, test
passes. Otherwise, the missing feature to make system in strict
confinement will be listed.

This commit renamed the job ID and purpose to make it more clear.
Also, restructured the python script to put the original test into
SystemConfinement class as a test and added docstring to make it
easier to understand and maintain.

* Change: replace logging string from format() to %

* Add: snaps confinement tests

Add SnapsConfinement class in snap_confinement_test.py to check
all the installed snaps' confinement, devmode, and revision.

* Add: snappy-snap-automated to desktop test plans

* Change: apply suggestions from kissiel

* Change: Flatten simple classes to test functions

932f1df... by Matias Piipari

README edits (infra) (#737)

* README edits

Some minor README readability aimed edits

* Clarified footnote

9941691... by Massimiliano Girardi

Exclude python main starting code from coverage report (infra) (#733)

Exclude python main starting code