test_mqtt_connection.h 373 B

123456789101112131415161718
  1. /*
  2. * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #pragma once
  7. #include "soc/soc_caps.h"
  8. /**
  9. * Connection test fixture setup, so we expect the broker is available
  10. * on network
  11. */
  12. void connect_test_fixture_setup(void);
  13. /**
  14. * Cleans up the connection
  15. */
  16. void connect_test_fixture_teardown(void);