Hi Team,
I would like to get your feedback on the gate jobs failing and how to alleviate the issue. The gate jobs are failing once the prefix is actually added for these tests jobs below: 1. test_list_container_contents_with_path Issue: For some reason whoever coded this test hardcoded the file path and name ("Swift/TestObject"). Which means when the prefix is added instead of '<prefix>-TestObject' its '<prefix>-Swift/TestObject' resulting in the failure because the path is wrong. 2. test_list_container_contents_with_end_marker Issue: This test will only pass if the prefix begins with a capital letter. '<Prefix>' works but '<prefix>' fails I am trying to find the correct way to fix these issues without doing something that’s just hacky. Please see patch for reference: https://review.openstack.org/#/c/397504/ Thanks, Joshua White irc: jlwhite
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev