Searched refs:configfile (Results 1 - 10 of 10) sorted by relevance
/6.6.0/testrunner/pytests/sg/ |
H A D | sgwebhooktests.py | 14 self.start_sync_gateway(shell, self.configfile) 41 self.start_sync_gateway(shell, self.configfile) 52 self.start_sync_gateway(shell, self.configfile) 66 self.start_sync_gateway(shell, self.configfile) 76 self.start_sync_gateway(shell, self.configfile) 84 self.start_sync_gateway(shell, self.configfile) 92 self.start_sync_gateway(shell, self.configfile) 102 self.start_sync_gateway(shell, self.configfile) 113 self.start_sync_gateway(shell, self.configfile) 124 self.start_sync_gateway(shell, self.configfile) [all...] |
H A D | sginstalltests.py | 48 self.assertFalse(shell.file_exists(self.configdir, self.configfile)) 73 self.assertTrue(shell.file_exists(self.configdir, self.configfile)) 88 self.assertTrue(shell.file_exists('/home/sync_gateway', self.configfile)) 161 self.assertFalse(shell.file_exists(self.configdir, self.configfile)) 189 self.assertTrue(shell.file_exists(self.configdir, self.configfile))
|
H A D | sg_webhook_base.py | 17 self.configfile = self.input.param("config", "config_webhook_basic.json")
|
H A D | sg_base.py | 39 self.configfile = self.input.param("configfile", "sync_gateway.json")
|
/6.6.0/goproj/src/github.com/couchbase/indexing/secondary/tests/perftests/ |
H A D | perfsanity_test.go | 81 configfile := currpath + "/TestPerfScanLatency_Lookup_StaleOk.json" 82 RunScanTest(t, configfile) 88 configfile := currpath + "/TestPerfScanLatency_Range_StaleOk.json" 89 RunScanTest(t, configfile) 95 configfile := currpath + "/TestPerfScanLatency_Lookup_StaleFalse.json" 99 RunScanTest(t, configfile) 105 configfile := currpath + "/TestPerfScanLatency_Range_StaleFalse.json" 110 RunScanTest(t, configfile) 113 func RunScanTest(t *testing.T, configfile string) { 121 // args := []string {"-cluster", indexManagementAddress, "-configfile", currpat [all...] |
/6.6.0/kv_engine/tests/testapp_cluster/ |
H A D | node.cc | 52 std::string configfile; member in cb::test::NodeImpl 111 configfile = NodeImpl::directory + "/memcached.json"; in NodeImpl() 112 cb::io::sanitizePath(configfile); in NodeImpl() 113 std::ofstream out(configfile); in NodeImpl() 125 sprintf(commandline, "memcached.exe -C %s", configfile.c_str()); in startMemcachedServer() 158 argv[arg++] = configfile.c_str(); in startMemcachedServer() 207 if (!configfile.empty()) { in ~NodeImpl() 208 cb::io::rmrf(configfile); in ~NodeImpl()
|
/6.6.0/kv_engine/auditd/src/ |
H A D | audit.cc | 47 configfile(std::move(config_file)), in AuditImpl() 50 if (!configfile.empty() && !configure()) { in AuditImpl() 174 configfile = std::move(file); in reconfigure() 180 const auto configuration = cb::io::loadFile(configfile); in configure() 191 configfile, in configure() 206 cb::UserDataView(configfile), in configure() 360 bool AuditImpl::configure_auditdaemon(const std::string& configfile, in configure_auditdaemon() argument 362 auto new_event = std::make_unique<ConfigureEvent>(configfile, cookie.get()); in configure_auditdaemon()
|
H A D | configureevent.h | 28 ConfigureEvent(std::string configfile, const void* c) in ConfigureEvent() argument 29 : cookie(c), file(std::move(configfile)) { in ConfigureEvent()
|
H A D | audit.h | 122 std::string configfile; member in AuditImpl
|
/6.6.0/goproj/src/github.com/couchbase/indexing/secondary/bin/ |
H A D | 2ifab.py | 466 go build; ./cbindexperf -configfile {f} -cluster {cluster} -auth {user}:{passw}" 469 def indexperf(cluster, configfile): 473 targetfile = "/" + os.sep.join(["tmp", os.path.basename(configfile)]) 475 put(configfile, targetfile)
|
Completed in 38 milliseconds