Add test specific to #63827

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-03-09 20:34:15 +00:00 committed by Pedro Algarvio
parent 6c9dde226e
commit cb38c39fdb

View file

@ -1,3 +1,5 @@
import os
import pytest
import salt.version
@ -50,3 +52,5 @@ def test_versions_report(salt_cli):
assert key in expected_keys
expected_keys.remove(key)
assert not expected_keys
if os.environ.get("ONEDIR_TESTRUN", "0") == "1":
assert "relenv" in ret_dict["Dependency Versions"]