]> git.proxmox.com Git - mirror_frr.git/blame - pceplib/test/pcep_msg_messages_test.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / pceplib / test / pcep_msg_messages_test.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: LGPL-2.1-or-later
74971473
JG
2/*
3 * This file is part of the PCEPlib, a PCEP protocol library.
4 *
5 * Copyright (C) 2020 Volta Networks https://voltanet.io/
6 *
74971473
JG
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_MSG_TEST_H_
16#define PCEP_MSG_MSG_TEST_H_
17
18/* functions to be tested from pcep-messages.c */
19int pcep_messages_test_suite_setup(void);
20int pcep_messages_test_suite_teardown(void);
21void pcep_messages_test_setup(void);
22void pcep_messages_test_teardown(void);
23void test_pcep_msg_create_open(void);
24void test_pcep_msg_create_request(void);
25void test_pcep_msg_create_request_svec(void);
26void test_pcep_msg_create_reply_nopath(void);
27void test_pcep_msg_create_reply(void);
28void test_pcep_msg_create_close(void);
29void test_pcep_msg_create_error(void);
30void test_pcep_msg_create_keepalive(void);
31void test_pcep_msg_create_report(void);
32void test_pcep_msg_create_update(void);
33void test_pcep_msg_create_initiate(void);
34void test_pcep_msg_create_notify(void);
35
36#endif /* PCEPTIMERINTERNALS_H_ */