Skip to content

Commit 0f9636a

Browse files
author
Michael Fero
committed
test: Removing obsolete configuration file options
1 parent 3bc5eac commit 0f9636a

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

tests/src/integration/ccm/bridge.cpp

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -86,28 +86,6 @@
8686
#define CCM_NODE_STATUS_UNINITIALIZED "(not initialized)"
8787
#define CCM_NODE_STATUS_UP "up"
8888

89-
// Configuration file setting keys
90-
#define CCM_CONFIGURATION_KEY_CASSANDRA_VERSION "cassandra_version"
91-
#define CCM_CONFIGURATION_KEY_USE_GIT "use_git"
92-
#define CCM_CONFIGURATION_KEY_BRANCH_TAG "branch_tag"
93-
#define CCM_CONFIGURATION_KEY_USE_INSTALL_DIR "use_install_dir"
94-
#define CCM_CONFIGURATION_KEY_INSTALL_DIR "install_dir"
95-
#define CCM_CONFIGURATION_KEY_DEPLOYMENT_TYPE "deployment_type"
96-
#define CCM_CONFIGURATION_KEY_VERBOSE "verbose"
97-
#define CCM_CONFIGURATION_KEY_USE_DSE "use_dse"
98-
#define CCM_CONFIGURATION_KEY_USE_DDAC "use_ddac"
99-
#define CCM_CONFIGURATION_KEY_DSE_VERSION "dse_version"
100-
#define CCM_CONFIGURATION_KEY_DSE_CREDENTIALS_TYPE "dse_credentials_type"
101-
#define CCM_CONFIGURATION_KEY_DSE_USERNAME "dse_username"
102-
#define CCM_CONFIGURATION_KEY_DSE_PASSWORD "dse_password"
103-
#define CCM_CONFIGURATION_KEY_AUTHENTICATION_TYPE "authentication_type"
104-
#define CCM_CONFIGURATION_KEY_HOST "host"
105-
#define CCM_CONFIGURATION_KEY_SSH_PORT "ssh_port"
106-
#define CCM_CONFIGURATION_KEY_SSH_USERNAME "ssh_username"
107-
#define CCM_CONFIGURATION_KEY_SSH_PASSWORD "ssh_password"
108-
#define CCM_CONFIGURATION_KEY_SSH_PUBLIC_KEY "ssh_public_key"
109-
#define CCM_CONFIGURATION_KEY_SSH_PRIVATE_KEY "ssh_private_key"
110-
11189
// Workload value initialization
11290
const std::string DSE_WORKLOADS[] = { "cassandra", "cfs", "dsefs", "graph",
11391
"hadoop", "solr", "spark" };

0 commit comments

Comments
 (0)