pcmk__validate_health_strategy 32 include/crm/common/health_internal.h bool pcmk__validate_health_strategy(const char *value); pcmk__validate_health_strategy 22 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_true(pcmk__validate_health_strategy("none")); pcmk__validate_health_strategy 23 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_true(pcmk__validate_health_strategy("None")); pcmk__validate_health_strategy 24 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_true(pcmk__validate_health_strategy("NONE")); pcmk__validate_health_strategy 25 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_true(pcmk__validate_health_strategy("NoNe")); pcmk__validate_health_strategy 26 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_true(pcmk__validate_health_strategy("migrate-on-red")); pcmk__validate_health_strategy 27 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_true(pcmk__validate_health_strategy("only-green")); pcmk__validate_health_strategy 28 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_true(pcmk__validate_health_strategy("progressive")); pcmk__validate_health_strategy 29 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_true(pcmk__validate_health_strategy("custom")); pcmk__validate_health_strategy 34 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_false(pcmk__validate_health_strategy(NULL)); pcmk__validate_health_strategy 35 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_false(pcmk__validate_health_strategy("")); pcmk__validate_health_strategy 36 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_false(pcmk__validate_health_strategy("none to speak of")); pcmk__validate_health_strategy 37 lib/common/tests/health/pcmk__validate_health_strategy_test.c assert_false(pcmk__validate_health_strategy("customized")); pcmk__validate_health_strategy 239 lib/pengine/common.c PCMK__VALUE_NONE, pcmk__validate_health_strategy,