Comment # 24 on bug 1217029 from Santiago Zarate
The -P def makes more sense than -t... created also:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19457 with link
to the VR


(In reply to Thomas Blume from comment #21)
> 
> My test setup succeeds with the following patch:
> 
> -->
> diff --git a/lib/networkdbase.pm b/lib/networkdbase.pm
> index f763732fb..b90d61239 100644
> --- a/lib/networkdbase.pm
> +++ b/lib/networkdbase.pm
> @@ -25,7 +25,7 @@ Run C<$script> in the systemd-nspawn container called
> C<$machine>.
>  
>  sub assert_script_run_container {
>      my ($self, $machine, $script) = @_;
> -    assert_script_run("systemd-run -tM $machine /bin/bash -c \"$script\"");
> +    assert_script_run("systemd-run -PM $machine /bin/bash -c \"$script\"");
>  }
>  
>  =head2 script_run_container
> --<
> 
> Could you please try this?


You are receiving this mail because: