Tyler Johnson
1f7dd5275d
removed hack fixes from gce
2019-08-15 10:15:36 -06:00
Tyler Johnson
31cdc7ca4c
WAR ROOM SKIP GCE TESTS
2019-08-14 18:43:30 -06:00
Tyler Johnson
7d603bec54
hasattr cannot find parent properties starting with __
2019-08-14 15:28:23 -06:00
Tyler Johnson
686cab945e
Separated assertInstanceDestroy and _destry_instance
2019-08-14 12:06:54 -06:00
Tyler Johnson
158a38c750
Revert "Removed subclass from cloud name"
...
This reverts commit b7cf43d98f
.
2019-08-14 10:12:55 -06:00
Akmod
b7cf43d98f
Removed subclass from cloud name
2019-08-14 08:52:11 -06:00
Tyler Johnson
8c5eb18d34
fixed pylint error on format string
2019-08-13 16:13:31 -06:00
Tyler Johnson
59e20bc792
Merge branch '2019.2.1' of https://github.com/saltstack/salt into gce_cloud_test
2019-08-13 16:13:11 -06:00
Daniel Wozniak
a05018e089
Merge pull request #54191 from garethgreenaway/test_program_test_mininion
...
[2019.2.1] Addition logging in testprogram used by integration.shell.test_minion.MinionTest.test_exit_status_correct_usage
2019-08-13 14:44:40 -07:00
Daniel Wozniak
e5e929907f
Merge pull request #54202 from waynew/shorter-jinja-ssh-tests
...
Only run one filter test
2019-08-13 14:33:31 -07:00
Tyler Johnson
5912f24355
Switched to Azurearm over msazure
2019-08-13 14:26:55 -06:00
Wayne Werner
c333ac83a3
Only run one filter test
...
We're already running jinja filter tests elsewhere, running them all
on ssh takes 30 minutes. This should knock about 30s off of the run
time.
2019-08-13 15:19:18 -05:00
Daniel Wozniak
a13cb3eae6
Merge pull request #54172 from Ch3LL/azurearm_tests
...
Migrate from azure to azurearm tests
2019-08-13 13:07:33 -07:00
Daniel Wozniak
39d0c59159
Merge pull request #54173 from Ch3LL/azure_fixes
...
Cherry Pick #50567 and #53238 into 2019.2.1
2019-08-13 13:07:08 -07:00
Tyler Johnson
6fa28decfa
fixed underscore
2019-08-13 12:39:33 -06:00
Tyler Johnson
95484f8a3b
Moved finding installer into class
2019-08-13 12:37:43 -06:00
Tyler Johnson
c35379a8b2
Moved finding installer into class
2019-08-13 11:08:46 -06:00
Tyler Johnson
a86ae341ba
moved installer finder to SetUp method
2019-08-13 09:55:48 -06:00
Tyler Johnson
933964a286
removed default user/pass from profitbricks test file
2019-08-13 01:34:00 -06:00
Tyler Johnson
2a2437da54
fixed dictionary access
2019-08-12 23:46:06 -06:00
Tyler Johnson
b9ee4112d5
Fixed broken tests
2019-08-12 22:17:21 -06:00
Tyler Johnson
80efd26e8d
fixed misspelled provider information
2019-08-12 18:29:31 -06:00
Tyler Johnson
511779b8ca
removed unused imports
2019-08-12 17:39:23 -06:00
Tyler Johnson
1cd1c13f78
setUp all cloud tests the same way
2019-08-12 17:26:33 -06:00
Gareth J. Greenaway
8463f845cc
Adding some additional logging when the call to "proc_cmdline = proc.cmdline()" reults in a AccessDenied exception, so we can see what the process is and who the process is running as.
2019-08-12 14:28:50 -07:00
Tyler Johnson
d32240855f
Got rid of unnecessary delay
2019-08-12 14:21:52 -06:00
Tyler Johnson
98ba18c316
fixed pylint error
2019-08-12 14:02:58 -06:00
Tyler Johnson
c34c17e086
Merge branch '2019.2.1' of https://github.com/saltstack/salt into gce_cloud_test
2019-08-12 12:26:47 -06:00
Daniel Wozniak
19f4d5ea03
Merge pull request #54178 from dwoz/mac_computer_name
...
Fix flaky set_computer_name in mac_system module
2019-08-12 11:26:39 -07:00
Tyler Johnson
90e8350612
Merge branch '2019.2.1' of https://github.com/saltstack/salt into gce_cloud_test
2019-08-12 12:21:02 -06:00
Daniel Wozniak
6fe6799825
Merge pull request #54180 from dwoz/keepalive_maxcount
...
Point test-kitchen to my keepalive_maxcount branch
2019-08-12 11:18:25 -07:00
Tyler Johnson
60f8351864
Fixed failing Ec2 Tests
2019-08-12 12:15:16 -06:00
Tyler Johnson
e2f085ca59
removed py3-only function call
2019-08-12 11:17:43 -06:00
Tyler Johnson
4406c579dd
fixed lint errors, more descriptive fails
2019-08-12 10:47:08 -06:00
Daniel A. Wozniak
dc9ee215df
Add reminder about kitchen version
2019-08-12 15:57:22 +00:00
Daniel A. Wozniak
19a1f1bcfe
Point test-kitchen to my keepalive_maxcount branch
2019-08-11 23:31:04 +00:00
Daniel A. Wozniak
e51100e923
Fix skip on non macos platforms
2019-08-11 11:47:23 -07:00
Daniel A. Wozniak
a3a9d929c4
Fix linter
2019-08-10 23:26:47 -07:00
Daniel A. Wozniak
c499d44744
Revert unwanted flaky from non computer name tests
2019-08-10 17:34:32 -07:00
Daniel A. Wozniak
941fcc8f6d
Fix flaky set_computer_name in mac_system module
2019-08-10 16:59:25 -07:00
nicholasmhughes
9052eafe8c
reverting log string handling
2019-08-09 18:10:40 -04:00
nicholasmhughes
a1a61ee8b0
fixed ability to pass ssh key to Linux VMs
2019-08-09 18:10:34 -04:00
Robert Munteanu
4a141a103d
azurefs: gracefully handle AttributeError
...
It is possible that the azure.storage object has no __version__ defined.
In that case, prevent console spam with unhandled AttributeError
messages and instead consider that Azure support is not present.
Problem was encountered on openSUSE Tumbleweed.
2019-08-09 18:09:45 -04:00
Ch3LL
465523f360
Migrate from azure to azurearm tests
2019-08-09 17:54:29 -04:00
Tyler Johnson
6840d5f9e1
assert instances exist in unified way
2019-08-09 15:42:11 -06:00
Tyler Johnson
03da233c35
skip EOL joyent tests, secure delete instances
2019-08-09 13:37:30 -06:00
Tyler Johnson
3123bb1a10
Merge branch '2019.2.1' of https://github.com/saltstack/salt into gce_cloud_test
2019-08-09 13:03:20 -06:00
Daniel Wozniak
9f5302d94a
Merge pull request #54033 from twangboy/fix_win_service_2019.2.1
...
Backport #53311 to 2019.2.1
2019-08-09 09:46:35 -07:00
Daniel Wozniak
c0e49d9125
Merge pull request #53900 from twangboy/fix_lgpo
...
Fix inconsistent full names in LGPO
2019-08-09 02:15:40 -07:00
Daniel Wozniak
9eb2938c47
Merge pull request #52818 from twangboy/add_watchdog
...
Add watchdog as a bundled dependency on Windows
2019-08-08 21:26:53 -07:00