Comment 1 for bug 1756262

Revision history for this message
Manik Bindlish (manikbindlish19) wrote :

Hi Puneet,

I have tried to run with stestr but I found "CONF.validation.auth_method" is getting keypair.
I also put print and trace at "https://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L385"

Output was:
stack@control:~/tempest$ stestr run tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
Value of CONF.validation.auth_method is: keypair
Value of CONF.validation.auth_method is: keypair
Value of CONF.validation.auth_method is: keypair
Value of CONF.validation.auth_method is: keypair
{0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops [85.337241s] ... ok

I have print: "Value of CONF.validation.auth_method is: CONF.validation.auth_method"

Could you please suggest, how to reproduce this issue?