Update default tempest tag
The currently used tempest tag points to the version of tempest that causes failure of some object_storage tests. The failure occurs when swift is used on ceph. In such a case tempest expects that swift's API endpoint for listing active capabilities is at /info when actually the correct endpoint is /swift/info. This issue fixes commit [1] that should therefore be used as a new default tempest tag. [1] https://review.opendev.org/c/openstack/tempest/+/692375 Change-Id: Id213499a54d793fab198a9bc2d96dd4cc3c89ce6
This commit is contained in:
		@@ -27,7 +27,7 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSUSE.
 | 
			
		||||
   b. -t option allows to specify tag in Tempest repository which will be installed.
 | 
			
		||||
   For example: execute ``./setup_env -t tags/3`` to install Tempest tag-3.
 | 
			
		||||
   By default, Tempest will be installed from commit
 | 
			
		||||
   e64c78dcf720202a0542bb1e1184f5229a11524f (Oct, 2019).
 | 
			
		||||
   1d500e79156ada6bc6fdb628ed1da0efd4121f6a (Oct, 2019).
 | 
			
		||||
 | 
			
		||||
   c. -p option allows to specify python version - python 2.7 (-p 2), 3.6 (-p 3)
 | 
			
		||||
   or any specific one by -p X.X.X. Default to python 3.6.
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#!/bin/bash -x
 | 
			
		||||
 | 
			
		||||
#Default Tempest commit: SHA e64c78dcf720202a0542bb1e1184f5229a11524f (Oct 2019)
 | 
			
		||||
CHECKOUT_POINT=e64c78dcf720202a0542bb1e1184f5229a11524f
 | 
			
		||||
#Default Tempest commit: SHA 1d500e79156ada6bc6fdb628ed1da0efd4121f6a (Oct 2019)
 | 
			
		||||
CHECKOUT_POINT=1d500e79156ada6bc6fdb628ed1da0efd4121f6a
 | 
			
		||||
PY_VERSION="3.6.0"
 | 
			
		||||
 | 
			
		||||
# Prints help
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user