Tests for the retransmission timer.
More...
#include "acutest.h"
#include "acutest_helpers.h"
#include <freeradius-devel/util/retry.h>
Go to the source code of this file.
Tests for the retransmission timer.
- Copyright
- 2026 Network RADIUS SAS (legal.nosp@m.@net.nosp@m.workr.nosp@m.adiu.nosp@m.s.com)
Definition in file retry_tests.c.
◆ test_retry_backoff()
| static void test_retry_backoff |
( |
void |
| ) |
|
|
static |
◆ test_retry_init()
| static void test_retry_init |
( |
void |
| ) |
|
|
static |
◆ test_retry_irt()
| static void test_retry_irt |
( |
void |
| ) |
|
|
static |
◆ test_retry_mrc()
| static void test_retry_mrc |
( |
void |
| ) |
|
|
static |
◆ test_retry_mrd()
| static void test_retry_mrd |
( |
void |
| ) |
|
|
static |
◆ test_retry_mrt_cap()
| static void test_retry_mrt_cap |
( |
void |
| ) |
|
|
static |
◆ test_retry_no_limits()
| static void test_retry_no_limits |
( |
void |
| ) |
|
|
static |
◆ test_retry_rt()
| static void test_retry_rt |
( |
void |
| ) |
|
|
static |
◆ test_retry_single()
| static void test_retry_single |
( |
void |
| ) |
|
|
static |
◆ TEST_LIST
Initial value:= {
}
static void test_retry_mrc(void)
static void test_retry_init(void)
static void test_retry_single(void)
static void test_retry_mrd(void)
static void test_retry_mrt_cap(void)
static void test_retry_irt(void)
static void test_retry_no_limits(void)
static void test_retry_backoff(void)
static void test_retry_rt(void)
Definition at line 359 of file retry_tests.c.