Update expected pytest value for same workload case
Signed-off-by: colramos-amd <colramos@amd.com>
Este commit está contenido en:
@@ -1637,7 +1637,7 @@ def test_baseline():
|
|||||||
],
|
],
|
||||||
):
|
):
|
||||||
omniperf.main()
|
omniperf.main()
|
||||||
assert e.value.code == 0
|
assert e.value.code == 1
|
||||||
|
|
||||||
with pytest.raises(SystemExit) as e:
|
with pytest.raises(SystemExit) as e:
|
||||||
with patch(
|
with patch(
|
||||||
@@ -1652,7 +1652,7 @@ def test_baseline():
|
|||||||
],
|
],
|
||||||
):
|
):
|
||||||
omniperf.main()
|
omniperf.main()
|
||||||
assert e.value.code == 0
|
assert e.value.code == 1
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.misc
|
@pytest.mark.misc
|
||||||
|
|||||||
Referencia en una nueva incidencia
Block a user