]> git.proxmox.com Git - mirror_frr.git/blob - pceplib/test/pcep_msg_tools_test.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / pceplib / test / pcep_msg_tools_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_MSG_TOOLS_TEST_H_
16 #define PCEP_MSG_TOOLS_TEST_H_
17
18
19 int pcep_tools_test_suite_setup(void);
20 int pcep_tools_test_suite_teardown(void);
21 void pcep_tools_test_setup(void);
22 void pcep_tools_test_teardown(void);
23 void test_pcep_msg_read_pcep_initiate(void);
24 void test_pcep_msg_read_pcep_initiate2(void);
25 void test_pcep_msg_read_pcep_update(void);
26 void test_pcep_msg_read_pcep_open(void);
27 void test_pcep_msg_read_pcep_open_initiate(void);
28 void test_validate_message_header(void);
29 void test_validate_message_objects(void);
30 void test_validate_message_objects_invalid(void);
31 void test_pcep_msg_read_pcep_open_cisco_pce(void);
32 void test_pcep_msg_read_pcep_update_cisco_pce(void);
33 void test_pcep_msg_read_pcep_report_cisco_pcc(void);
34 void test_pcep_msg_read_pcep_initiate_cisco_pcc(void);
35
36 #endif /* PCEPTIMERINTERNALS_H_ */