Commit Graph

15 Commits

Author SHA1 Message Date
twangboy
e524bef352
Use unicode literals, fix paths 2018-10-09 13:17:33 -06:00
Duncan Mac-Vicar P
9dab23e227 tests/unit/roster/test_terraform.py:13: [W0611(unused-import), ] Unused TESTS_DIR imported from tests.support.paths 2018-08-05 08:44:55 +02:00
Duncan Mac-Vicar P
b0e5ac4637 Refactor RosterMatcher into salt.utils 2018-08-04 20:58:14 +02:00
Duncan Mac-Vicar P
2ea9bf71ac terraform roster: fix comment in test 2018-08-03 00:18:37 +02:00
Duncan Mac-Vicar P
f4e239290d Terraform roster module to be used with terraform-provider-salt 2018-08-03 00:06:09 +02:00
Daniel Wallace
faac289ddd
copy roster_defaults 2018-07-12 09:24:47 -05:00
Daniel Wallace
6aaf50351a
add tests 2018-07-11 18:10:45 -05:00
rallytime
6177d6e3c1
Merge branch '2018.3' into 'develop'
Conflicts:
  - doc/ref/configuration/minion.rst
  - salt/client/__init__.py
  - salt/grains/core.py
  - salt/modules/timezone.py
  - tests/support/case.py
  - tests/unit/modules/test_file.py
  - tests/unit/roster/test_sshconfig.py
2018-06-25 11:26:25 -04:00
Erik Johnson
a13d1fe1a0
Update mock_open usage to reflect read_data type enforcement 2018-06-23 15:04:47 -05:00
rallytime
3752735153
Clean up sshconfig tests & contain them to individual tests
The second test that runs was failing after the first test runs, but
when run individually, they passed.

By changing the setUpClass method to a setUp function, the variables
get instantiated cleanly for each test, rather than the global variables
stomping on subsequent test runs.
2018-06-19 13:52:11 -04:00
rallytime
969296ecbe
Merge branch '2018.3' into 'develop'
No conflicts.
2018-05-15 12:38:01 -04:00
Erik Johnson
d612bd27e4
Move/merge more test modules
This moves mislocated tests to their proper locations to match the files
they test, merging tests into existing modules where necessary.
2018-05-10 14:53:52 -05:00
Nicole Thomas
6ba2856050
Lint: disable unused import 2017-12-27 16:23:08 -05:00
rallytime
bdbbb640f9
Gate clustershell tests: don't run if ClusterShell is missing 2017-12-22 15:00:56 -05:00
Mike Place
4105a34d6a
Build out roster tests
Start to build out roster tests starting with the addition of
clustershell testing.

Refs #44091
2017-10-16 12:31:06 -06:00