This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pmackinn@localhost scripts]$ ./redstack kick-start mysql | |
******************************************************************************* | |
Initializing Configuration for Running Tests... | |
******************************************************************************* | |
******************************************************************************* | |
Installing python test packages. | |
******************************************************************************* | |
Requirement already satisfied (use --upgrade to upgrade): openstack.nose-plugin in /usr/lib/python2.7/site-packages | |
Requirement already satisfied (use --upgrade to upgrade): proboscis in /usr/lib/python2.7/site-packages | |
Requirement already satisfied (use --upgrade to upgrade): pexpect in /usr/lib/python2.7/site-packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
FAIL: proboscis.case.MethodTest (confirm_flavors_lists_nearly_identical) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func | |
compatability.capture_type_error(s_func) | |
File "/usr/local/lib/python2.7/dist-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error | |
func() | |
File "/usr/local/lib/python2.7/dist-packages/proboscis/case.py", line 350, in func | |
func(test_case.state.get_state()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NovaException: Nova requires libvirt version 0.9.11 or greater. | |
2014-12-12 16:50:46.924 ERROR nova.openstack.common.threadgroup [-] Nova requires libvirt version 0.9.11 or greater. | |
2014-12-12 16:50:46.924 TRACE nova.openstack.common.threadgroup Traceback (most recent call last): | |
2014-12-12 16:50:46.924 TRACE nova.openstack.common.threadgroup File "/opt/stack/nova/nova/openstack/common/threadgroup.py", line 145, in wait | |
2014-12-12 16:50:46.924 TRACE nova.openstack.common.threadgroup x.wait() | |
2014-12-12 16:50:46.924 TRACE nova.openstack.common.threadgroup File "/opt/stack/nova/nova/openstack/common/threadgroup.py", line 47, in wait | |
2014-12-12 16:50:46.924 TRACE nova.openstack.common.threadgroup return self.thread.wait() | |
2014-12-12 16:50:46.924 TRACE nova.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/eventlet/greenthread.py", line 173, in wait | |
2014-12-12 16:50:46.924 TRACE nova.openstack.common.threadgroup return self._exit_event.wait() | |
2014-12-12 16:50:46.924 TRACE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: proboscis.case.FunctionTest (start_compute) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func | |
compatability.capture_type_error(s_func) | |
File "/usr/local/lib/python2.7/dist-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error | |
func() | |
File "/home/ubuntu/trove-integration/tests/integration/tests/initialize.py", line 143, in start_compute | |
conf_file_name="nova_conf").run() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- sudo $HTTP_PROXY apt-get -y update | |
- sudo $HTTP_PROXY apt-get -y install qemu | |
+ sudo $HTTP_PROXY yum -y update | |
+ sudo $HTTP_PROXY yum -y install qemu | |
- sudo $HTTP_PROXY pip install --upgrade pip dib-utils | |
+ sudo -H $HTTP_PROXY pip install --upgrade pip dib-utils | |
cmd_clone_projects do_not_force_update $REDSTACK_SCRIPTS/image-projects-list | |
exclaim "Use tripleo-diskimagebuilder to actually build the Trove Guest Agent Image." |
NewerOlder