]> git.proxmox.com Git - mirror_frr.git/blob - pceplib/test/pcep_pcc_api_test.h
Merge pull request #12851 from sri-mohan1/sri-mohan-ldp
[mirror_frr.git] / pceplib / test / pcep_pcc_api_test.h
1 // SPDX-License-Identifier: LGPL-2.1-or-later
2 /*
3 * This file is part of the PCEPlib, a PCEP protocol library.
4 *
5 * Copyright (C) 2020 Volta Networks https://voltanet.io/
6 *
7 * Author : Javier Garcia <javier.garcia@voltanet.io>
8 *
9 */
10
11 /*
12 * Timer definitions to be used internally by the pcep_timers library.
13 */
14
15 #ifndef PCEP_PCC_API_TEST_
16 #define PCEP_PCC_API_TEST_
17
18 int pcep_pcc_api_test_suite_setup(void);
19 int pcep_pcc_api_test_suite_teardown(void);
20 void pcep_pcc_api_test_setup(void);
21 void pcep_pcc_api_test_teardown(void);
22 void test_initialize_pcc(void);
23 void test_connect_pce(void);
24 void test_connect_pce_ipv6(void);
25 void test_connect_pce_with_src_ip(void);
26 void test_disconnect_pce(void);
27 void test_send_message(void);
28 void test_event_queue(void);
29 void test_get_event_type_str(void);
30
31 #endif /* PCEPTIMERINTERNALS_H_ */