diff options
author | Ross Burton <ross.burton@arm.com> | 2023-07-05 11:50:01 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-08-01 06:17:28 -1000 |
commit | 1b61d1fedb620eafc872686c842be2ecfabe9684 (patch) | |
tree | 043fc436e0bafb9d0e311433ccc7952ae5f31c56 /scripts/lib/checklayer | |
parent | db2effd46d03eb3d92977f791bed26995bb8aad9 (diff) | |
download | poky-1b61d1fedb620eafc872686c842be2ecfabe9684.tar.gz |
oeqa/runtime/cases/rpm: fix wait_for_no_process_for_user failure case
str.format() doesn't use % notation, update the formatting to work.
assertTrue() is a member of self not a global, and assertTrue(True) will
always pass. Change this to just self.fail() as this is the failure case.
(From OE-Core rev: c88b9eedc81529c67f2e628ae5e7325daff2535e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 017f3a0b1265c1a3b69c20bdb56bbf446111977e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/checklayer')
0 files changed, 0 insertions, 0 deletions