How to disable Tempest multi-user testing
I'm invoking a tempest test suite using the following command against an Icehouse compliant application. Tempest-2 version is used here which supports Icehouse.
nosetests -vx tempest.api.compute.flavors.test_flavors:FlavorsV2TestJSON.test_list_flavors
It fails giving below mentioned error;
Not enough users available for multi-user testing
I'm just wondering whether it's possible to disable the multi-user testing through a configuration in Tempest or is it a mandatory to run multi-user testing?