#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 84 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbName | ( | void | ) |
Definition at line 89 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbPassword | ( | void | ) |
Definition at line 79 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbPort | ( | void | ) |
Definition at line 94 of file test_routines_database.c.
Referenced by TdbSetup().
int TdbSetup | ( | void | ) |
Definition at line 116 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 157 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 74 of file test_routines_database.c.
Referenced by TdbSetup().