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 <[email protected]> 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 <[email protected]> Authored: Wed Feb 10 11:03:50 2016 +0530 Committer: sanjeev <[email protected]> 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 ----------------------------------------------------------------------
