]> git.proxmox.com Git - mirror_frr.git/blame - pceplib/test/pcep_session_logic_test.h
Merge pull request #8639 from idryzhov/isis-new-bfd-lib
[mirror_frr.git] / pceplib / test / pcep_session_logic_test.h
CommitLineData
74971473
JG
1/*
2 * This file is part of the PCEPlib, a PCEP protocol library.
3 *
4 * Copyright (C) 2020 Volta Networks https://voltanet.io/
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with this program. If not, see <https://www.gnu.org/licenses/>.
18 *
19 * Author : Javier Garcia <javier.garcia@voltanet.io>
20 *
21 */
22
23/*
24 * Timer definitions to be used internally by the pcep_timers library.
25 */
26
27#ifndef PCEP_SESSION_LOGIC_TEST_H_
28#define PCEP_SESSION_LOGIC_TEST_H_
29
30int pcep_session_logic_test_suite_setup(void);
31int pcep_session_logic_test_suite_teardown(void);
32void pcep_session_logic_test_setup(void);
33void pcep_session_logic_test_teardown(void);
34void test_run_stop_session_logic(void);
35void test_run_session_logic_twice(void);
36void test_session_logic_without_run(void);
37void test_create_pcep_session_null_params(void);
38void test_create_destroy_pcep_session(void);
39void test_create_destroy_pcep_session_ipv6(void);
40void test_create_pcep_session_open_tlvs(void);
41void test_destroy_pcep_session_null_session(void);
42
43#endif /* PCEPTIMERINTERNALS_H_ */