diff --git a/Authors b/Authors index 8adcde4d..60e1d2da 100644 --- a/Authors +++ b/Authors @@ -81,4 +81,5 @@ Vishvananda Ishaya William Wolf Yoshiaki Tamura Youcef Laribi +Yuriy Taraday Zhixue Wu diff --git a/nova/tests/test_cloud.py b/nova/tests/test_cloud.py index c45bdd12..f271c03f 100644 --- a/nova/tests/test_cloud.py +++ b/nova/tests/test_cloud.py @@ -290,7 +290,7 @@ class CloudTestCase(test.TestCase): instance_id = rv['instancesSet'][0]['instanceId'] output = self.cloud.get_console_output(context=self.context, instance_id=[instance_id]) - self.assertEquals(b64decode(output['output']), 'FAKE CONSOLE OUTPUT') + self.assertEquals(b64decode(output['output']), 'FAKE CONSOLE?OUTPUT') # TODO(soren): We need this until we can stop polling in the rpc code # for unit tests. greenthread.sleep(0.3)