pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
Macros | Functions | Variables
native_find_rsc_test.c File Reference
#include <crm_internal.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>
#include <crm/common/xml.h>
#include <crm/pengine/internal.h>
#include <crm/pengine/status.h>
#include <crm/pengine/pe_types.h>
#include <lib/pengine/variant.h>
Include dependency graph for native_find_rsc_test.c:

Go to the source code of this file.

Macros

#define PE__VARIANT_BUNDLE   1
 

Functions

int main (int argc, char **argv)
 

Variables

xmlNode * input = NULL
 
pe_working_set_tdata_set = NULL
 
pe_node_tcluster01
 
pe_node_tcluster02
 
pe_node_thttpd_bundle_0
 
pe_resource_texim_group
 
pe_resource_tinactive_group
 
pe_resource_tpromotable_clone
 
pe_resource_tinactive_clone
 
pe_resource_thttpd_bundle
 
pe_resource_tmysql_clone_group
 

Macro Definition Documentation

◆ PE__VARIANT_BUNDLE

#define PE__VARIANT_BUNDLE   1

Definition at line 24 of file native_find_rsc_test.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 664 of file native_find_rsc_test.c.

Variable Documentation

◆ cluster01

pe_node_t* cluster01

Definition at line 30 of file native_find_rsc_test.c.

◆ cluster02

pe_node_t * cluster02

Definition at line 30 of file native_find_rsc_test.c.

◆ data_set

pe_working_set_t* data_set = NULL

Definition at line 28 of file native_find_rsc_test.c.

◆ exim_group

pe_resource_t* exim_group

Definition at line 31 of file native_find_rsc_test.c.

◆ httpd_bundle

pe_resource_t* httpd_bundle

Definition at line 32 of file native_find_rsc_test.c.

◆ httpd_bundle_0

pe_node_t * httpd_bundle_0

Definition at line 30 of file native_find_rsc_test.c.

◆ inactive_clone

pe_resource_t * inactive_clone

Definition at line 31 of file native_find_rsc_test.c.

◆ inactive_group

pe_resource_t * inactive_group

Definition at line 31 of file native_find_rsc_test.c.

◆ input

xmlNode* input = NULL

Definition at line 27 of file native_find_rsc_test.c.

◆ mysql_clone_group

pe_resource_t * mysql_clone_group

Definition at line 32 of file native_find_rsc_test.c.

◆ promotable_clone

pe_resource_t * promotable_clone

Definition at line 31 of file native_find_rsc_test.c.