[
https://issues.apache.org/jira/browse/CLOUDSTACK-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Srikanteswararao Talluri updated CLOUDSTACK-4098:
-------------------------------------------------
Description:
Modify password enable vm script for the following:
1. correct the services dictionary for the "small" virtual machine details.
2. add the download of cloud-set-guest-password script and required egress
rule(port 80).
3. correct base.py for the following
a. get the reset password correctly.
b. add EgressFirewallRule command.
Traceback (most recent call last):
File
"/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
line 208, in run
self.setUp()
File
"/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
line 291, in setUp
self.setupContext(ancestor)
File
"/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
line 314, in setupContext
try_run(context, names)
File
"/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/util.py",
line 478, in try_run
return func()
File "/root/cloudstack/test/integration/component/test_vm_passwdenabled.py",
line 109, in setUpClass
cls.services["small"],
KeyError: 'small'
was:
Traceback (most recent call last):
File
"/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
line 208, in run
self.setUp()
File
"/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
line 291, in setUp
self.setupContext(ancestor)
File
"/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
line 314, in setupContext
try_run(context, names)
File
"/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/util.py",
line 478, in try_run
return func()
File "/root/cloudstack/test/integration/component/test_vm_passwdenabled.py",
line 109, in setUpClass
cls.services["small"],
KeyError: 'small'
> test_vm_passwdenabled.py is failing
> -----------------------------------
>
> Key: CLOUDSTACK-4098
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4098
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Test
> Affects Versions: 4.2.0
> Reporter: Srikanteswararao Talluri
> Assignee: Srikanteswararao Talluri
> Priority: Blocker
> Fix For: 4.2.0
>
>
> Modify password enable vm script for the following:
> 1. correct the services dictionary for the "small" virtual machine details.
> 2. add the download of cloud-set-guest-password script and required egress
> rule(port 80).
> 3. correct base.py for the following
> a. get the reset password correctly.
> b. add EgressFirewallRule command.
> Traceback (most recent call last):
> File
> "/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
> line 208, in run
> self.setUp()
> File
> "/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
> line 291, in setUp
> self.setupContext(ancestor)
> File
> "/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/suite.py",
> line 314, in setupContext
> try_run(context, names)
> File
> "/usr/local/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/util.py",
> line 478, in try_run
> return func()
> File
> "/root/cloudstack/test/integration/component/test_vm_passwdenabled.py", line
> 109, in setUpClass
> cls.services["small"],
> KeyError: 'small'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira