[PATCH 0/3] tests/tcg: fix more container issues

Pierrick Bouvier posted 3 patches 1 week, 1 day ago
tests/docker/docker.py | 16 +++++++++-------
tests/tcg/meson.build  |  2 ++
2 files changed, 11 insertions(+), 7 deletions(-)
[PATCH 0/3] tests/tcg: fix more container issues
Posted by Pierrick Bouvier 1 week, 1 day ago
This series fix tcg tests compilation with containers.
It fixes SELinux hosts and dev container with rootless podman.

@Alex: it's based on the v5 series and can be applied on top of it.
It can be added for the PR coming tomorrow.

Based-on: 20260917165602.3405537-1-alex.bennee@linaro.org
[PATCH v5 00/17] testing: various docker clean-ups post meson tcg conversion (pre-PR)

Pierrick Bouvier (3):
  tests/tcg/meson.build: fix host fs mount on SELinux enabled systems
  tests/docker/docker.py: fix run command with $UID == 0
  tests/docker/docker.py: do not add-current-user if $UID == 0

 tests/docker/docker.py | 16 +++++++++-------
 tests/tcg/meson.build  |  2 ++
 2 files changed, 11 insertions(+), 7 deletions(-)

-- 
2.47.3
Re: [PATCH 0/3] tests/tcg: fix more container issues
Posted by Pierrick Bouvier 6 days, 18 hours ago
On 9/17/26 3:11 PM, Pierrick Bouvier wrote:
> This series fix tcg tests compilation with containers.
> It fixes SELinux hosts and dev container with rootless podman.
> 
> @Alex: it's based on the v5 series and can be applied on top of it.
> It can be added for the PR coming tomorrow.
> 
> Based-on: 20260917165602.3405537-1-alex.bennee@linaro.org
> [PATCH v5 00/17] testing: various docker clean-ups post meson tcg conversion (pre-PR)
> 
> Pierrick Bouvier (3):
>    tests/tcg/meson.build: fix host fs mount on SELinux enabled systems
>    tests/docker/docker.py: fix run command with $UID == 0
>    tests/docker/docker.py: do not add-current-user if $UID == 0
> 
>   tests/docker/docker.py | 16 +++++++++-------
>   tests/tcg/meson.build  |  2 ++
>   2 files changed, 11 insertions(+), 7 deletions(-)
> 

This was merged into master (590eaa77847d40a2c837ab79d3fb3d2814c844ea).
With Alex series, plus this one, we should have fixed all the issues 
reported for tcg-tests meson migration.

Regards,
Pierrick
Re: [PATCH 0/3] tests/tcg: fix more container issues
Posted by Pierrick Bouvier 1 week, 1 day ago
On 9/17/2026 3:11 PM, Pierrick Bouvier wrote:
> This series fix tcg tests compilation with containers.
> It fixes SELinux hosts and dev container with rootless podman.
> 
> @Alex: it's based on the v5 series and can be applied on top of it.
> It can be added for the PR coming tomorrow.
> 
> Based-on: 20260917165602.3405537-1-alex.bennee@linaro.org
> [PATCH v5 00/17] testing: various docker clean-ups post meson tcg conversion (pre-PR)
> 
> Pierrick Bouvier (3):
>   tests/tcg/meson.build: fix host fs mount on SELinux enabled systems
>   tests/docker/docker.py: fix run command with $UID == 0
>   tests/docker/docker.py: do not add-current-user if $UID == 0
> 
>  tests/docker/docker.py | 16 +++++++++-------
>  tests/tcg/meson.build  |  2 ++
>  2 files changed, 11 insertions(+), 7 deletions(-)
> 

To pass this series as PR:
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Re: [PATCH 0/3] tests/tcg: fix more container issues
Posted by John Snow 1 week, 1 day ago
On Thu, Sep 17, 2026 at 6:11 PM Pierrick Bouvier
<pierrick.bouvier@oss.qualcomm.com> wrote:
>
> This series fix tcg tests compilation with containers.
> It fixes SELinux hosts and dev container with rootless podman.
>
> @Alex: it's based on the v5 series and can be applied on top of it.
> It can be added for the PR coming tomorrow.
>
> Based-on: 20260917165602.3405537-1-alex.bennee@linaro.org
> [PATCH v5 00/17] testing: various docker clean-ups post meson tcg conversion (pre-PR)
>
> Pierrick Bouvier (3):
>   tests/tcg/meson.build: fix host fs mount on SELinux enabled systems
>   tests/docker/docker.py: fix run command with $UID == 0
>   tests/docker/docker.py: do not add-current-user if $UID == 0
>
>  tests/docker/docker.py | 16 +++++++++-------
>  tests/tcg/meson.build  |  2 ++
>  2 files changed, 11 insertions(+), 7 deletions(-)
>
> --
> 2.47.3
>

Series:

Tested-by: John Snow <jsnow@redhat.com>

Thank you!

--js
Re: [PATCH 0/3] tests/tcg: fix more container issues
Posted by Pierrick Bouvier 1 week, 1 day ago
On 9/18/2026 9:38 AM, John Snow wrote:
> On Thu, Sep 17, 2026 at 6:11 PM Pierrick Bouvier
> <pierrick.bouvier@oss.qualcomm.com> wrote:
>>
>> This series fix tcg tests compilation with containers.
>> It fixes SELinux hosts and dev container with rootless podman.
>>
>> @Alex: it's based on the v5 series and can be applied on top of it.
>> It can be added for the PR coming tomorrow.
>>
>> Based-on: 20260917165602.3405537-1-alex.bennee@linaro.org
>> [PATCH v5 00/17] testing: various docker clean-ups post meson tcg conversion (pre-PR)
>>
>> Pierrick Bouvier (3):
>>   tests/tcg/meson.build: fix host fs mount on SELinux enabled systems
>>   tests/docker/docker.py: fix run command with $UID == 0
>>   tests/docker/docker.py: do not add-current-user if $UID == 0
>>
>>  tests/docker/docker.py | 16 +++++++++-------
>>  tests/tcg/meson.build  |  2 ++
>>  2 files changed, 11 insertions(+), 7 deletions(-)
>>
>> --
>> 2.47.3
>>
> 
> Series:
> 
> Tested-by: John Snow <jsnow@redhat.com>
> 
> Thank you!
> 
> --js
> 

Thanks for testing John.
I'll send a PR for this as soon as Alex's PR is merged upstream.

Regards,
Pierrick