The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Functions | Variables
retry_tests.c File Reference

Tests for the retransmission timer. More...

#include "acutest.h"
#include "acutest_helpers.h"
#include <freeradius-devel/util/retry.h>
+ Include dependency graph for retry_tests.c:

Go to the source code of this file.

Functions

static void test_retry_backoff (void)
 
static void test_retry_init (void)
 
static void test_retry_irt (void)
 
static void test_retry_mrc (void)
 
static void test_retry_mrd (void)
 
static void test_retry_mrt_cap (void)
 
static void test_retry_no_limits (void)
 
static void test_retry_rt (void)
 
static void test_retry_single (void)
 

Variables

 TEST_LIST
 

Detailed Description

Tests for the retransmission timer.

Definition in file retry_tests.c.

Function Documentation

◆ test_retry_backoff()

static void test_retry_backoff ( void  )
static

Definition at line 255 of file retry_tests.c.

+ Here is the call graph for this function:

◆ test_retry_init()

static void test_retry_init ( void  )
static

Definition at line 31 of file retry_tests.c.

+ Here is the call graph for this function:

◆ test_retry_irt()

static void test_retry_irt ( void  )
static

Definition at line 63 of file retry_tests.c.

+ Here is the call graph for this function:

◆ test_retry_mrc()

static void test_retry_mrc ( void  )
static

Definition at line 149 of file retry_tests.c.

+ Here is the call graph for this function:

◆ test_retry_mrd()

static void test_retry_mrd ( void  )
static

Definition at line 187 of file retry_tests.c.

+ Here is the call graph for this function:

◆ test_retry_mrt_cap()

static void test_retry_mrt_cap ( void  )
static

Definition at line 292 of file retry_tests.c.

+ Here is the call graph for this function:

◆ test_retry_no_limits()

static void test_retry_no_limits ( void  )
static

Definition at line 337 of file retry_tests.c.

+ Here is the call graph for this function:

◆ test_retry_rt()

static void test_retry_rt ( void  )
static

Definition at line 96 of file retry_tests.c.

+ Here is the call graph for this function:

◆ test_retry_single()

static void test_retry_single ( void  )
static

Definition at line 229 of file retry_tests.c.

+ Here is the call graph for this function:

Variable Documentation

◆ TEST_LIST

TEST_LIST
Initial value:
= {
{ "retry_init", test_retry_init },
{ "retry_irt", test_retry_irt },
{ "retry_rt", test_retry_rt },
{ "retry_mrc", test_retry_mrc },
{ "retry_mrd", test_retry_mrd },
{ "retry_single", test_retry_single },
{ "retry_backoff", test_retry_backoff },
{ "retry_mrt_cap", test_retry_mrt_cap },
{ "retry_no_limits", test_retry_no_limits },
}
#define TEST_TERMINATOR
Definition acutest.h:64
static void test_retry_mrc(void)
static void test_retry_init(void)
Definition retry_tests.c:31
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)
Definition retry_tests.c:63
static void test_retry_no_limits(void)
static void test_retry_backoff(void)
static void test_retry_rt(void)
Definition retry_tests.c:96

Definition at line 359 of file retry_tests.c.