[
https://issues.apache.org/jira/browse/CLOUDSTACK-9299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15258748#comment-15258748
]
ASF GitHub Bot commented on CLOUDSTACK-9299:
--------------------------------------------
Github user rhtyd commented on the pull request:
https://github.com/apache/cloudstack/pull/1502#issuecomment-214858085
@swill @pdion891 thanks, I don't know of any format or wiki/document where
we keep this thing. Each feature/marvin-test may require test specific
environment so I'm not sure if we can have a general solution.
In general, for writing marvin tests new dependencies maybe added to marvin
itself (like for this PR, `ipmisim` dependency is added to marvin, so anytime
you install it you automatically get the dependency necessary by your Python
based test). Along with this, you may need any external dependencies added to
packaging requirements/dependency (for example, `ipmitool` added to debian
control, while for rpms `ipmitool` was already in the list of dependencies for
cloudstack-management package). For running tests, we should expect the test to
work out of the box provided the dependencies are installed. For this PR, I've
got `ipmisim` added to marvin's setup.py, and for Travis specific there is a
apt-get install ipmitool. After this the oobm marvin test runs like any other
test and internally is responsible for setting up (fake) ipmi server etc.
> Out-of-band Management for CloudStack
> -------------------------------------
>
> Key: CLOUDSTACK-9299
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9299
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Fix For: 4.9.0, Future
>
>
> Support access to a host’s out-of-band management interface (e.g. IPMI, iLO,
> DRAC, etc.) to manage host power operations (on/off etc.) and querying
> current power state.
> FS:
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Out-of-band+Management+for+CloudStack
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)