summaryrefslogtreecommitdiff
path: root/test/integration/targets/azure_rm_loadbalancer
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #42407 add inbound_nat_rules for loadbalancer (#52966)Yuwei Zhou2019-03-061-0/+37
|
* Rebalance Azure tests in CI.Matt Clay2019-02-221-1/+1
|
* Adding missing idempotence support in load balancer (#45548)Zim Kalinowski2018-11-141-1/+53
| | | | idempotence
* Split Azure tests into 8 groups.Matt Clay2018-08-301-1/+1
|
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-231-1/+1
| | | | | | | * Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
* more integration test improvements (#41184)Zim Kalinowski2018-06-121-11/+14
|
* fixing three unstable integration tests (#40804)Zim Kalinowski2018-05-292-24/+31
|
* Fixes #37731 Create Internal Loadbalancers with azure_rm_loadbalancer, ↵Yuwei Zhou2018-05-041-3/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support SKU (#38077) * create internal loadbalancer * fix test * remove duplicate test * clean up * fix doc * lint * add sku support * update version * change to the version the same as CLI * add pip support sku * fix lint * fix test * Update main.yml * add changelog entry
* Improve handling of integration test aliases. (#38698)Matt Clay2018-04-121-0/+2
| | | | | | | | | | | | * Include change classification data in metadata. * Add support for disabled tests. * Add support for unstable tests. * Add support for unsupported tests. * Overhaul integration aliases sanity test. * Update Shippable scripts to handle unstable tests. * Mark unstable Azure tests. * Mark unstable Windows tests. * Mark disabled tests.
* Disable unstable Azure integration tests.Matt Clay2018-02-101-1/+0
|
* Rebalance cloud tests into 5 groups.Matt Clay2018-02-101-1/+1
|
* Fixes #34913: azure_rm_loadbalance should accpet a list of rules instead of ↵Yuwei Zhou2018-02-082-0/+56
| | | | | | | | | | | | | | one (#35592) * azure_rm_loadbalance should accpet a list of rules instead of one * fix lint * fix * fix * hook up load balancer rules, doc fixes, test updates
* Disable flakey azure_rm_loadbalancer test in CI.Matt Clay2017-08-291-1/+0
|
* Azure load balancer support (#26099)Thomas Stringer2017-08-293-0/+67
* (wip) add partial loadbalancer module * (wip) add ability to use a public ip for a load balancer * fix shebang * add backend address pool to load balancer * remove unncessary error variable * add probe support to load balancer * add ability to add load distribution rule to load balancer * add nat pool functionality to azure load balancer * fix pep8 errors from sanity check * add documentation for load balancer * refactor imports * fix license header copyright * add facts module for azure load balancer * fix ansible-test failures * add integration tests for load balancer * fix metadata version * add complex integration test to azure_rm_loadbalancer