mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add test specific to #63827
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
6c9dde226e
commit
cb38c39fdb
1 changed files with 4 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue