Adam Mendlik
e2524656c4
Add execution modules to manage Linux kernel packages
2017-04-30 12:53:48 -06:00
Nicole Thomas
37dff3871e
Merge pull request #40956 from rallytime/merge-develop
...
[develop] Merge forward from nitrogen to develop
2017-04-28 11:22:00 -06:00
rallytime
13a09fc31d
Remove extra line left over from merge conflict resolution
2017-04-28 10:13:47 -06:00
rallytime
f875ee3309
Merge branch 'nitrogen' into 'develop'
...
Conflicts:
- tests/integration/runners/test_runner_returns.py
2017-04-28 09:26:26 -06:00
Mike Place
883adbbe76
Merge pull request #40792 from s0undt3ch/features/py3
...
Reduce mem leaks on py3 test runs & Py3 Fixes
2017-04-28 09:15:39 -06:00
Mike Place
637be4e287
Merge pull request #40746 from dis-xcom/develop
...
Add possibility to specify multiple disks in 'virt' module
2017-04-28 06:57:00 -06:00
Pedro Algarvio
fc90c8ec06
Switch how IOLoop's are run on these tests
2017-04-28 13:36:45 +01:00
Pedro Algarvio
e6ee82e7be
The expected error message is different on py2 and py3
2017-04-28 13:36:45 +01:00
Pedro Algarvio
75c035f09f
Fix basic stats when the test daemons are not running
2017-04-28 13:36:45 +01:00
Pedro Algarvio
e31858c06d
Somehow tornado.ioloop
was None during a test run
2017-04-28 13:36:44 +01:00
Pedro Algarvio
d65742c066
Delete attributes
2017-04-28 13:36:44 +01:00
Pedro Algarvio
abe608d739
Drop @patch
usage
2017-04-28 13:36:42 +01:00
Pedro Algarvio
4b59c351e4
This branch no longer targets py 2.6
2017-04-28 13:33:37 +01:00
Pedro Algarvio
7b503e562b
Use setUpClass
instead of __init__
2017-04-28 13:33:37 +01:00
Pedro Algarvio
0ae04c01ef
Delete all attributes even strings, boolean, integers
2017-04-28 13:33:37 +01:00
Pedro Algarvio
a0da182e0c
Setup console logging
2017-04-28 13:33:37 +01:00
Pedro Algarvio
2c6725d96e
Tell python that we're done with this dictionary
2017-04-28 13:33:37 +01:00
Pedro Algarvio
50629ac1d4
Create a map of log levels to log names.
...
Add temporary logging handler subclasses to better identify which
loggers are used for what.
2017-04-28 13:33:36 +01:00
Pedro Algarvio
9a3f6d1350
Properly handle non native strings under py2 and py3
2017-04-28 13:33:36 +01:00
Pedro Algarvio
5ed3d8d98c
Don't error out because of bad file descriptor errors
2017-04-28 13:33:36 +01:00
Pedro Algarvio
102d63e238
Use self.addCleanup
instead
2017-04-28 13:33:36 +01:00
Pedro Algarvio
88627d312f
Write the generated configuration into a config file
2017-04-28 13:33:36 +01:00
Pedro Algarvio
ef3dbb10de
Lint fixes
2017-04-28 13:33:35 +01:00
Pedro Algarvio
9ffc79ca67
Use tornado HTTPClient directly.
2017-04-28 13:33:35 +01:00
Pedro Algarvio
80b80e5416
Fix cherrypy memory leakage
...
* Clean its event/signal bus since our tests don't rely on those.
* No test class level dictionaries
2017-04-28 13:33:35 +01:00
Pedro Algarvio
566fbdd777
Tell python we're done with contents
2017-04-28 13:33:35 +01:00
Pedro Algarvio
5cfa898ad7
No need to create an additional view_keys object under py3
2017-04-28 13:33:35 +01:00
Pedro Algarvio
dfeb3da8dc
Minor cleanup changes
2017-04-28 13:33:34 +01:00
Pedro Algarvio
3bf84e2a4e
Rename classes in order not to be collected up by pytest
2017-04-28 13:33:34 +01:00
Pedro Algarvio
7480a8e5fb
Check status on setUp
not on the module level @skipIf
decorator
2017-04-28 13:33:34 +01:00
Pedro Algarvio
6eac0ee132
Call tearDown
and not setUp
...
@cachedout with this change, the FD's still attached code will always
fail, so, for now, that's just commented out.
When you wrote this, did tornado eventually cleaned these FD's?
2017-04-28 13:33:34 +01:00
Pedro Algarvio
6364128ad3
Fix tornado test cases
2017-04-28 13:33:34 +01:00
Pedro Algarvio
5bbda919c1
Py3 compat
2017-04-28 13:33:33 +01:00
Pedro Algarvio
701280ae18
Cleanup
2017-04-28 13:33:33 +01:00
Pedro Algarvio
46fe7f63a7
Don't hardcode to root
2017-04-28 13:33:33 +01:00
Pedro Algarvio
75569c8e99
unittest.TestCase
does not have a skip()
method. It's skipTest
.
2017-04-28 13:33:33 +01:00
Pedro Algarvio
790b500de7
More informative error message
2017-04-28 13:33:33 +01:00
Pedro Algarvio
46b5820c3b
Py3 compat
2017-04-28 13:33:32 +01:00
Pedro Algarvio
4062bd9fd9
Don't attempt connections at the module level!
2017-04-28 13:33:32 +01:00
Pedro Algarvio
c1a6e6a214
Py3 Compat
2017-04-28 13:33:32 +01:00
Pedro Algarvio
1d8f02f635
Drop @patch
usage. Py3 Compat.
2017-04-28 13:33:32 +01:00
Pedro Algarvio
28bf7d91be
Py3 compat
2017-04-28 13:33:32 +01:00
Pedro Algarvio
41df7eca96
Use setUpClass
instead of __init__
2017-04-28 13:33:31 +01:00
Mike Place
78011f8740
Merge pull request #40761 from meaksh/develop-pkg-minor-fixes
...
Minor fixes on new pkg.list_downloaded
2017-04-28 06:32:48 -06:00
Mike Place
db35b40b51
Merge pull request #40830 from twangboy/unicode_useradd
...
win_useradd: Improve unicode support on Py2
2017-04-28 06:24:46 -06:00
Mike Place
34c2079d8b
Merge pull request #40913 from twangboy/unicode_win_system
...
win_system: Fix unicode support on Py2
2017-04-28 06:06:12 -06:00
Mike Place
b8b712ab3b
Merge pull request #40925 from Michael-S/develop
...
Add a note to the ssh_known_hosts State doc.
2017-04-28 05:58:54 -06:00
Mike Place
5e79c9a3a4
Merge pull request #40926 from twangboy/py3_setup
...
Use req files in pkg\windows for setup
2017-04-28 05:57:25 -06:00
Mike Place
8cb5ce2eb3
Merge pull request #40939 from Ch3LL/fix_vmware_deploy
...
Allow vmware to query deploy arg from opts
2017-04-28 05:40:25 -06:00
Ch3LL
47cd491995
allow vmware to query deploy arg from opts
2017-04-27 16:31:42 -04:00