You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My specific use case is attempting to use file.check_managed_changes (which uses cp functionality under the hood) to see if a local file has drifted from from the source on the master during a saltcheck test.
Description
Any module methods using cp.cache_file are failing from tst files in saltcheck-tests.
Setup
Steps to Reproduce the behavior
Add /srv/test folder and following files in it.
Expected behavior
The execution modules should work when called by saltcheck test files as they work when called directly.
Versions Report
salt --versions-report Salt Version: Salt: 3004.1
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Dependency Versions:
cffi: 1.15.0
cherrypy: unknown
dateutil: 2.6.1
docker-py: Not Installed
gitdb: Not Installed
gitpython: Not Installed
Jinja2: 2.10.1
libgit2: Not Installed
M2Crypto: 0.35.2
Mako: 1.0.6
msgpack: 1.0.3
msgpack-pure: Not Installed
mysql-python: Not Installed
pycparser: 2.14
pycrypto: Not Installed
pycryptodome: 3.12.0
pygit2: Not Installed
Python: 3.6.8 (default, Sep 10 2021, 09:13:53)
python-gnupg: 0.4.8
PyYAML: 3.12
PyZMQ: 19.0.0
smmap: Not Installed
timelib: Not Installed
Tornado: 4.5.3
ZMQ: 4.3.4
System Versions:
dist: centos 8
locale: UTF-8
machine: x86_64
release: 4.18.0-348.7.1.el8_5.x86_64
system: Linux
version: CentOS Linux 8
PASTE HERE
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: