Switch functional job to python3
Change-Id: I7aa4566b8f2c81da6a00e664908506f5628cd0a1
This commit is contained in:
		| @@ -41,6 +41,7 @@ | |||||||
|         # support HTTPS endpoints now, so tls-proxy needs to be disabled. |         # support HTTPS endpoints now, so tls-proxy needs to be disabled. | ||||||
|         tls-proxy: false |         tls-proxy: false | ||||||
|       devstack_localrc: |       devstack_localrc: | ||||||
|  |         USE_PYTHON3: true | ||||||
|         LIBS_FROM_GIT: python-neutronclient |         LIBS_FROM_GIT: python-neutronclient | ||||||
|       devstack_plugins: |       devstack_plugins: | ||||||
|         neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas |         neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								tox.ini
									
									
									
									
									
								
							| @@ -36,6 +36,7 @@ basepython = python3 | |||||||
| commands = {posargs} | commands = {posargs} | ||||||
|  |  | ||||||
| [testenv:functional] | [testenv:functional] | ||||||
|  | basepython = python3 | ||||||
| setenv = | setenv = | ||||||
|   OS_TEST_PATH = ./neutronclient/tests/functional |   OS_TEST_PATH = ./neutronclient/tests/functional | ||||||
|   OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin |   OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Akihiro Motoki
					Akihiro Motoki