azure-iot-sdk-c/provisioning_client/tests
Ewerton Scaboro da Silva 8ebc30e974
Disable upload to blob tests in C gates (#2621)
* Disable upload to blob tests in C gates

This is a temporary measure until we set up the gates to workaround the guidance to disable azure storage SAS token authorization.

To reverse these changes:

In azure-iot-sdk-c/build:
sed -i "s/--no_uploadtoblob //g" .vsts-ci.yml

In azure-iot-sdk-c/jenkins:
grep -l run-e2e-tests *.sh | xargs sed -i "s/--no_uploadtoblob //g"
grep -l run-e2e-tests *.cmd | xargs sed -i "s/--no-uploadtoblob //g"

* Add guard in iothubclientcore_ut for DONT_USE_UPLOADTOBLOB

* Disable u2b tests in linux_openssl_engine.sh

* Fix arg-uploadtoblob label in build.cmd

* Disable upload to blob in remaining builds

* Fix more unit tests disabling u2b

* Fix iothubclientcore_ut.c

* Add new openssl valgrind exceptions
2024-06-07 00:13:17 +00:00
..
common_prov_e2e Disable upload to blob tests in C gates (#2621) 2024-06-07 00:13:17 +00:00
device_auth_emulator_ut move to devops OSX build (#2523) 2023-08-23 15:46:22 -07:00
hsm_client_http_edge_ut move to devops OSX build (#2523) 2023-08-23 15:46:22 -07:00
hsm_client_key_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
hsm_client_riot_ut move to devops OSX build (#2523) 2023-08-23 15:46:22 -07:00
hsm_client_tpm_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
hsm_client_x509_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
iothub_auth_client_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_auth_client_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_device_client_ll_ut Remove unused structure IOTHUB_REQ_INFO (#2531) 2023-09-19 14:29:41 -07:00
prov_device_client_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_invalidcert_e2e move to devops OSX build (#2523) 2023-08-23 15:46:22 -07:00
prov_sasl_tpm_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_security_factory_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_symm_key_client_e2e move to devops OSX build (#2523) 2023-08-23 15:46:22 -07:00
prov_tpm_client_e2e move to devops OSX build (#2523) 2023-08-23 15:46:22 -07:00
prov_transport_amqp_client_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_transport_amqp_common_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_transport_amqp_ws_client_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_transport_http_client_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_transport_mqtt_client_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_transport_mqtt_common_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_transport_mqtt_ws_client_ut Ericwol/docker update (#2525) 2023-08-30 16:24:18 -07:00
prov_x509_client_e2e move to devops OSX build (#2523) 2023-08-23 15:46:22 -07:00
prov_x509_client_openssl_engine_e2e move to devops OSX build (#2523) 2023-08-23 15:46:22 -07:00
CMakeLists.txt Support for VS2022 (#2466) 2023-03-27 14:29:19 -07:00