Error: Functional test 'test_platform' fails if solum.egg-info is missing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Solum |
Triaged
|
Low
|
James Li |
Bug Description
This is how to reproduce the bug:
check out a clean copy of solum code;
set up tempest (my tempest config: http://
then run
nosetests --tests functionaltests
Got:
=======
ERROR: functionaltests
-------
_StringException: Traceback (most recent call last):
File "/opt/stack/
resp, body = self.client.
File "/opt/stack/
return self.request('GET', url, extra_headers, headers)
File "/opt/stack/
resp, resp_body)
File "/opt/stack/
raise exceptions.
ServerFault: Got server fault
Details: {"debuginfo": null, "faultcode": "Server", "faultstring": "Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?"}
-------
Ran 1 test in 0.172s
FAILED (errors=1)
Changed in solum: | |
milestone: | none → 2014.1.2 |
importance: | Undecided → Low |
status: | New → Triaged |
tags: | added: errors |
summary: |
- Functional test 'test_platform' fails if solum.egg-info is missing + Error: Functional test 'test_platform' fails if solum.egg-info is + missing |
description: | updated |
Changed in solum: | |
status: | Incomplete → Confirmed |
Changed in solum: | |
milestone: | 2014.1.2 → juno-1 |
Changed in solum: | |
milestone: | juno-1 → juno-2 |
Changed in solum: | |
milestone: | juno-2 → 2015.1.1 |
Changed in solum: | |
status: | Confirmed → Triaged |
The steps to reproduce are incomplete. Tempest needs to be set up first. Please indicate the commands used to set up your tempest environment.