Thomas S Hatch
89525ad6d0
remove pre 0.12.0 test handles
2013-01-15 00:10:19 -07:00
Thomas S Hatch
1ddcd715fb
Reached 0.12, fix outputter test
2013-01-14 23:40:20 -07:00
Thomas S Hatch
bdae844eec
fix outputter tests that come with changes in the default outputter
2013-01-13 00:01:30 -07:00
Pedro Algarvio
ab74952a37
Since salt versioning changed, so should the depending deprecations.
...
The are some output parser options which should be triggering warnings salt 0.10.6 and should start triggering failures when 0.10.7 came out. Adapt these dependable deprecations to the new versioning convention.
2012-12-15 00:13:31 +00:00
Pedro Algarvio
7c5a5d0bd3
Header updates. More copyright to the SaltSatck team. Code author to me(where applicable).
2012-12-11 10:23:37 +00:00
Pedro Algarvio
6c22f65a56
test_issue_2731_masterless()
should clean-up after.
2012-12-05 21:24:19 +00:00
Pedro Algarvio
957f9c61b7
Quiet down these tests a little bit.
2012-12-04 19:14:35 +00:00
Pedro Algarvio
2246bf3d33
Remove unused code.
2012-12-03 23:32:58 +00:00
Pedro Algarvio
bd930cddec
Include a test case for #2731
2012-12-01 23:00:27 +00:00
Pedro Algarvio
c60e4dd645
Fix tests and "convert" text output to "txt" when choosing outputter.
2012-11-16 00:07:08 +00:00
Pedro Algarvio
3de32be0c9
Fix integration.shell.call.CallTest.test_default_output()
.
2012-11-04 10:29:07 +00:00
Thomas S Hatch
7db30d090a
Fix outputter bug introduced with changes to yaml
2012-10-30 14:41:47 -06:00
Pedro Algarvio
19d07bbba5
Fix tests in integration.shell.call
.
2012-10-30 17:16:06 +00:00
Pedro Algarvio
325902c169
Test to make sure we're outputting kwargs on the user.delete documentation.
2012-09-30 10:59:07 +01:00
Pedro Algarvio
e32faa4a28
Fix salt-call
bug with default outputter.
...
* `salt-call` default outputter returned from `salt.output.get_printout()` was `None` and `None` isn't callable neither outputs anything useful. In this case, the fault Outputter should be used.
* `get_printout()` also tested for `txt_out` which now is, in the cleaned up parsers, `text_out`. Fixed.
2012-08-13 07:10:42 +01:00
Pedro Algarvio
261450e90f
Cleanup the salt-call
(salt.cli.SaltCall
) binary parser.
...
Reused the logging and output mix-ins.
2012-08-04 23:07:39 +01:00