Tempest Test cases do not run due to mismatch in requirements when controller is stacked using stable kilo.

Bug #1475131 reported by neethi shashidhar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Expired
Undecided
Unassigned

Bug Description

Trace:
error in setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers;
Expected ',' or end-of-list in mock>=1.1;python_version!='2.6' at ;python_version!='2.6'

Example of local.conf used:

[[local|localrc]]

RECLONE=True
HOST_IP=2.2.2.2
DATA_IP=2.2.2.2
GIT_BASE=https://git.openstack.org
ADMIN_PASSWORD=password
MYSQL_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=tokentoken
GLANCE_BRANCH=stable/kilo
HORIZON_BRANCH=stable/kilo
KEYSTONE_BRANCH=stable/kilo
NOVA_BRANCH=stable/kilo
GLANCE_BRANCH=stable/kilo
NEUTRON_BRANCH=stable/kilo

enable_plugin networking-vsphere https://git.openstack.org/stackforge/networking-vsphere gerrit_reference_spec
USE_SCREEN=True
OVSVAPP_MODE=server

# Network settings
# Use VLAN to segregate the virtual networks
ENABLE_TENANT_VLANS=True
TENANT_VLAN_RANGE=1000:2999
PHYSICAL_NETWORK=physnet1
OVS_PHYSICAL_BRIDGE=br-eth1
OVS_BRIDGE_MAPPINGS=physnet1:br-eth1,exnet:br-ex

Q_PLUGIN=ml2
Q_AGENT=openvswitch
Q_ML2_TENANT_NETWORK_TYPE=vlan
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,l2population,ovsvapp

LOGFILE=/opt/stack/logs/stack.sh.log
DATABASE_TYPE=mysql
SERVICE_HOST=2.2.2.2
MYSQL_HOST=2.2.2.2
RABBIT_HOST=2.2.2.2
Q_HOST=2.2.2.2
SCREEN_LOGDIR=$DEST/logs/screen

#Nova services
disable_service n-net
enable_service=q-l3
enable_service=ovsvapp-compute
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron,rabbit,n-cpu,n-api,n-novnc,n-xvnc,ovsvapp-compute

VIRT_DRIVER=vsphere
VMWAREAPI_IP=X.X.X.X
VMWAREAPI_USER=root
VMWAREAPI_PASSWORD=vmware
VMWAREAPI_CLUSTER=Cluster1

[[post-config|/$Q_PLUGIN_CONF_FILE]]
[agent]
l2_population=TRUE
#keystone setting
KEYSTONE_TOKEN_FORMAT=UUID

[[post-config|$NEUTRON_CONF]]
[DEFAULT]
service_plugins= neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
rpc_response_timeout=120

LOG_COLOR=False

base_mac = fa:16:3e:21:00:00

Revision history for this message
David Kranz (david-kranz) wrote :

This seems like devstack issue rather than tempest but please include more detailed instructions on how to reproduce if you think it is really a tempest issue.

Changed in tempest:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for tempest because there has been no activity for 60 days.]

Changed in tempest:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.