Skip to content
Commit 2be0f2c6 authored by Ross Burton's avatar Ross Burton Committed by Steve Sakoman
Browse files

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.

Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 017f3a0b)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent cdc67127
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment