Add various ssh tests to the filemap for salt/utils/vt.py changes

Some of the salt-ssh tests use the salt/utils/vt.py functions. A recent
change in that file caused about 90 tests to start failing on the branch.

We need to make sure these tests run when changes to the vt.py util are
made in PRs.
This commit is contained in:
rallytime 2018-10-25 14:37:35 -04:00
parent 10ba8b42a8
commit 1ef712a178
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19

View File

@ -220,6 +220,16 @@ salt/utils/schedule.py:
- integration.scheduler.test_postpone
- integration.scheduler.test_skip
salt/utils/vt.py:
- integration.cli.test_custom_module
- integration.cli.test_grains
- integration.ssh.test_grains
- integration.ssh.test_jinja_filters
- integration.ssh.test_mine
- integration.ssh.test_pillar
- integration.ssh.test_raw
- integration.ssh.test_state
salt/wheel/*:
- integration.wheel.test_client