def test_if_docker_app_can_be_deployed_windows(dcos_api_session): """Marathon app inside docker deployment integration test. Verifies that a marathon app inside of a docker daemon container can be deployed and accessed as expected on Windows. """ deploy_test_app_and_check_windows(dcos_api_session, *test_helpers.marathon_test_app_windows())
def test_service_discovery_docker_windows(dcos_api_session): app_definition, test_uuid = test_helpers.marathon_test_app_windows() assert_service_discovery(dcos_api_session, app_definition, [DNSPortMap])