mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Test to check for passing of dunder globals outside of execution modules
This commit is contained in:
parent
b78d771454
commit
e25da80c7e
1 changed files with 1 additions and 6 deletions
|
@ -1,12 +1,8 @@
|
|||
"""
|
||||
Tests for payload
|
||||
"""
|
||||
import logging
|
||||
|
||||
import pytest
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@pytest.mark.slow_test
|
||||
@pytest.mark.skip_if_not_root
|
||||
|
@ -38,5 +34,4 @@ def test_payload_no_exception(salt_cli, salt_master, salt_minion):
|
|||
pillar={"hostname": "test"},
|
||||
minion_tgt=salt_minion.id,
|
||||
)
|
||||
log.warning(f"DGM output '{ret}'")
|
||||
## assert not ret.stdout.startswith("Authentication failure")
|
||||
assert "AttributeError:" not in ret.stdout
|
||||
|
|
Loading…
Add table
Reference in a new issue