Skip to content

Commit beb4854

Browse files
committed
Replaced computer names
1 parent 4a61510 commit beb4854

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ert/unit_tests/scheduler/test_lsf_driver.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -449,14 +449,14 @@ def test_parse_bjobs_happy_path(bjobs_output, expected):
449449
"bjobs_output, expected",
450450
[
451451
pytest.param(
452-
"1^RUN^st-vgrid01",
453-
{"1": "st-vgrid01"},
452+
"1^RUN^abc-comp01",
453+
{"1": "abc-comp01"},
454454
id="one_host",
455455
),
456456
pytest.param("1^DONE^-", {}, id="no_host"),
457457
pytest.param(
458-
"1^DONE^st-vgrid02\n2^RUN^-",
459-
{"1": "st-vgrid02"},
458+
"1^DONE^abc-comp02\n2^RUN^-",
459+
{"1": "abc-comp02"},
460460
id="only_one_host_outputs",
461461
),
462462
],

0 commit comments

Comments
 (0)