Do not hardcode MDBCI box for Clustrix
This commit is contained in:
@ -2264,7 +2264,8 @@ int TestConnections::call_mdbci(const char* options)
|
||||
int TestConnections::process_mdbci_template()
|
||||
{
|
||||
string box = envvar_get_set("box", "centos_7_libvirt");
|
||||
envvar_get_set("backend_box", "%s", box.c_str());
|
||||
string backend_box = envvar_get_set("backend_box", "%s", box.c_str());
|
||||
envvar_get_set("clustrix_box", "%s", backend_box.c_str());
|
||||
envvar_get_set("target", "develop");
|
||||
envvar_get_set("vm_memory", "2048");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user