summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_iis_webbinding
Commit message (Collapse)AuthorAgeFilesLines
* Split Windows tests into 5 groups.Matt Clay2019-03-061-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.
* Run each Windows version independently in CI.Matt Clay2018-02-091-1/+1
|
* win_iis_webbinding: Fix bug with ipaddress * returning multiple bindings ↵nwsparks2018-01-194-135/+72
| | | | | | | | | | | | | | | | | (#34721) * win_iis_webbinding: Fix bug with ipaddress * returning multiple bindings instead of only the ones defined as *. Address possible future issues around hostheader * by just disallowing it. Resolves 25473. Added new test for this case. Removed all validation for https binding collisions due to difficulty in validating all cases in which they could or could not collide. As a result, also removed return values relating to certificate data. Updated testing and docs appropriately * win_iis_webbinding: added break to remove binding loops
* Split Windows tests into 4 groups.Matt Clay2018-01-121-1/+1
|
* Fix tests as filters 5 (#34406)Matt Martz2018-01-031-3/+3
| | | | | | * Address recent tests as filters in win_iis_webbinding tests * Make no-tests-as-filters.py so that it is executed
* win_iis_webbinding rewrite (#33958)nwsparks2018-01-019-0/+1631
* Begin rewrite of win_iis_webbinding Add integration testing, check mode and idempotency Add support for SNI Fix replacing SSL cert on existing bindings * finished up initial rewrite of win_iis_webbinding * updated test to remove tests as filters * updated win_iis_webbinding docs * fix more doc/formatting issues win_iis_webbinding * Removed string empty defaults for certs. Added a few new helpful comments. * Revert "Removed string empty defaults for certs. Added a few new helpful" This reverts commit 48f35faea8d5294b34e1aa842a95c9352b90257f.