d5e6d330ce
1.What is the problem Multiline regex does not work in ostestr which is executed in the integration job. This makes the test_volume_get test cases not being executed currently in the check and gate test. After regex issue is fixed, then test_volume_create_get_update_delete_from_image test case failed due to no image_ref is configured in the tempest.conf, so the tempest configuration is moved to the post_test_hook.sh, and correct the image_ref configuration. 2.What's need to be fixed: If we want to add more and more tempest test cases to the integration job, we have to add the filter of them to the regex in the same line, so a string variable is used to concat these filters for the tempest test cases. And need to add image_ref configuration in tempest.conf. And fix the bug for Pecan can not handle the last '/' in the request url, which will lead to the tempest test case test_volume_create_get_update_delete_from_image failure in the check and gate test. 3.What is the purpose of this patch set: To make the integration job work well, we have to fix the regex part of the ostestr in the integration job, and fix the configuration issue in tempest.conf, and Pecan bug. Change-Id: I63e8e5e6372719f68051a486951b32d479607eff Signed-off-by: Chaoyi Huang <joehuang@huawei.com> |
||
---|---|---|
.. | ||
admin-openrc.sh | ||
local.conf.node_1.sample | ||
local.conf.node_2.sample | ||
local.conf.sample | ||
plugin.sh | ||
settings | ||
verify_cross_pod_install.sh | ||
verify_top_install.sh |