You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2016/02/10 06:34:35 UTC

[3/3] git commit: updated refs/heads/master to 56859c9

Merge pull request #1011 from shwetaag/coreos

CLOUDSTACK-9012 :automation of cores feature test pathhttps://issues.apache.org/jira/browse/CLOUDSTACK-9012
Automated a full scenario of coreos guest OS support:
it includes registering coreos templates present at http://dl.openvm.eu/cloudstack/coreos/x86_64/
1. based on hypervisor types of zone
2. creating ssh key pair
3. creating a sample user data
4. creating a coreos virtual machine using this ssh keypair and userdata
5. verifying ssh access to coreo os machine using keypair and core username
6. verifying userdata is applied on virtual machine and the service asked in sample data is actually running
7. Verifying userdata in router vm as well

* pr/1011:
  added suggested changes to coreos automation
  automation of cores feature test path

Signed-off-by: sanjeev <sa...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/56859c99
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/56859c99
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/56859c99

Branch: refs/heads/master
Commit: 56859c99041c66d417bf0af9a93b1d6e1e79005b
Parents: cd71e05 94281f9
Author: sanjeev <sa...@apache.org>
Authored: Wed Feb 10 11:03:50 2016 +0530
Committer: sanjeev <sa...@apache.org>
Committed: Wed Feb 10 11:03:52 2016 +0530

----------------------------------------------------------------------
 test/integration/component/test_coreos.py | 292 +++++++++++++++++++++++++
 tools/marvin/marvin/config/test_data.py   |  12 +
 tools/marvin/marvin/lib/base.py           |   8 +-
 3 files changed, 311 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/56859c99/tools/marvin/marvin/config/test_data.py
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/56859c99/tools/marvin/marvin/lib/base.py
----------------------------------------------------------------------