OpenDNSSEC-enforcer
1.4.9
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "ksm/database.h"
#include "test_routines.h"
Go to the source code of this file.
Functions | |
const char * | TdbUsername (void) |
const char * | TdbPassword (void) |
const char * | TdbHost (void) |
const char * | TdbName (void) |
const char * | TdbPort (void) |
int | TdbSetup (void) |
int | TdbTeardown (void) |
const char* TdbHost | ( | void | ) |
Definition at line 82 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbName | ( | void | ) |
Definition at line 87 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbPassword | ( | void | ) |
Definition at line 77 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbPort | ( | void | ) |
Definition at line 92 of file test_routines_database.c.
Referenced by TdbSetup().
int TdbSetup | ( | void | ) |
Definition at line 114 of file test_routines_database.c.
References DbConnect(), DbInit(), TdbHost(), TdbName(), TdbPassword(), TdbPort(), and TdbUsername().
Referenced by TestDb(), TestKsmImport(), TestKsmKey(), TestKsmKeyDelete(), TestKsmParameter(), TestKsmPolicy(), TestKsmPurge(), TestKsmRequest(), TestKsmUpdate(), and TestKsmZone().
int TdbTeardown | ( | void | ) |
Definition at line 155 of file test_routines_database.c.
References DbDisconnect(), DbHandle(), and DbRundown().
Referenced by TestDb(), TestKsmImport(), TestKsmKey(), TestKsmKeyDelete(), TestKsmParameter(), TestKsmPolicy(), TestKsmPurge(), TestKsmRequest(), TestKsmUpdate(), and TestKsmZone().
const char* TdbUsername | ( | void | ) |
Definition at line 72 of file test_routines_database.c.
Referenced by TdbSetup().