<div dir="ltr">Could anyone help on the unittest fail about the pecan api, refer to <a href="http://logs.openstack.org/31/486931/1/check/gate-zun-python27-ubuntu-xenial/c329b47/console.html#_2017-07-25_08_13_05_180414">http://logs.openstack.org/31/486931/1/check/gate-zun-python27-ubuntu-xenial/c329b47/console.html#_2017-07-25_08_13_05_180414</a><div><br></div><div>I have two api, they are added in two patches. The first is HostController:get_all, which list all the zun host. The second is the HostController:get_one. So the get_all version restrict to 1.4 and get_one version is restricted to 1.5.</div><div><br></div><div>Not know why the pecan will call get_one when test get_all. I debugged the code, the pecan first call get_all with version 1.4, and everything is ok, but after that pecan will also route the request to get_one, which requires 1.5 version. And then the test failed. The code works fine in devstack.</div><div><br></div><div>Could anyone help me why the test failed, what's wrong about the test code?</div><div><br></div><div><br></div><div>Thanks.</div></div>