ansible/test/runner
Matt Davis b91117dac8
azure_rm_containerservice (#33597)
* add acr

* acr

* acr

* fix a minor error

* add tests and fixes as suggested

* use get_mgmt_svc_client to enable bi

* fixes as zim suggested

* code refinement

* get acr instance before update

* fix a bug

* remove Classic sku as it's going to deprecate

* pass sanity test

* fix sanity

* fixes based on comments

* fix broken namespace unregistered error

* fix a bug

* fix a bug

* fix

* add register namespace

* fixes tests

* remove pdb

* add ci azure test

* removed required: false

* renamed acr -> containerregistry

* fixed spelling mistake

* fixed idempotence

* fix for idempotence was wrong

* fixed a few issues

* different log when exception different than ResourceNotFound

* self.fail instead of log

* updated sample return value

* added login server in results

* fixed else

* fixed line too long

* cmp -> __ne__

* fixed trailing whitespace

* output.changed is false when instance updated

* fix for state change

* one more update

* update instance only when location or sku has changed

* fixed syntax error

* fixed acr test

* just removed unnecessary comment to trigger ci

* update return value shape

* flatten `state`
* change credential dictionary state
* add credentials to integration tests
2017-12-06 20:30:28 -08:00
..
completion Update FreeBSD completion for ansible-test. 2017-12-05 21:31:39 -08:00
docker Add Python 3.7-dev to the default docker image. 2017-11-20 18:09:58 -08:00
import/lib/ansible Fix ansible-test unicode and sanity tests. (#29743) 2017-09-11 16:39:34 -07:00
injector Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
lib Add Azure provider support to ansible-test and CI. 2017-12-06 00:34:54 -08:00
requirements azure_rm_containerservice (#33597) 2017-12-06 20:30:28 -08:00
setup Add Azure provider support to ansible-test and CI. 2017-12-06 00:34:54 -08:00
units Add test verification to ansible-test. (#22636) 2017-03-15 12:17:42 -07:00
.dockerignore Add new default Docker container for ansible-test. (#31944) 2017-10-19 13:37:22 -07:00
ansible-test Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
Dockerfile Add Python 3.7-dev to the default docker image. 2017-11-20 18:09:58 -08:00
importer.py Fix import test handling of multi-line messages. 2017-09-14 10:09:54 -07:00
Makefile Add test verification to ansible-test. (#22636) 2017-03-15 12:17:42 -07:00
retry.py Fix ansible-test pylint and pep8 issues. (#24245) 2017-05-03 23:19:44 +08:00
shippable.py Improve ansible-test HttpClient error handling. (#30301) 2017-09-13 12:23:48 -07:00
test.py Add Azure provider support to ansible-test and CI. 2017-12-06 00:34:54 -08:00
tox.ini Fix ansible-test unicode and sanity tests. (#29743) 2017-09-11 16:39:34 -07:00