![]() |
pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/common/unittest_internal.h>
#include <crm/common/xml_internal.h>
Go to the source code of this file.
Macros | |
#define | FIRST_ID "foo" |
#define | XML_FIRST_ID |
#define | XML_NO_ID "<block " PCMK_XA_SCORE "=\"5\" />" |
#define | XML_LOW "<block " PCMK_XA_ID "=\"low\" " PCMK_XA_SCORE "=\"1\" />" |
#define | XML_HIGH "<block " PCMK_XA_ID "=\"high\" " PCMK_XA_SCORE "=\"100\" />" |
#define | XML_BAD "<block " PCMK_XA_ID "=\"high\" " PCMK_XA_SCORE "=\"x\" />" |
#define FIRST_ID "foo" |
Definition at line 15 of file pcmk__cmp_nvpair_blocks_test.c.
#define XML_BAD "<block " PCMK_XA_ID "=\"high\" " PCMK_XA_SCORE "=\"x\" />" |
Definition at line 22 of file pcmk__cmp_nvpair_blocks_test.c.
#define XML_FIRST_ID |
Definition at line 17 of file pcmk__cmp_nvpair_blocks_test.c.
#define XML_HIGH "<block " PCMK_XA_ID "=\"high\" " PCMK_XA_SCORE "=\"100\" />" |
Definition at line 21 of file pcmk__cmp_nvpair_blocks_test.c.
#define XML_LOW "<block " PCMK_XA_ID "=\"low\" " PCMK_XA_SCORE "=\"1\" />" |
Definition at line 20 of file pcmk__cmp_nvpair_blocks_test.c.
#define XML_NO_ID "<block " PCMK_XA_SCORE "=\"5\" />" |
Definition at line 19 of file pcmk__cmp_nvpair_blocks_test.c.