Skip to content

Commit 3d9919e

Browse files
committed
Revert "Merge pull request apache#1011 from shwetaag/coreos"
This reverts commit 56859c9, reversing changes made to cd71e05.
1 parent 56859c9 commit 3d9919e

3 files changed

Lines changed: 1 addition & 311 deletions

File tree

test/integration/component/test_coreos.py

Lines changed: 0 additions & 292 deletions
This file was deleted.

tools/marvin/marvin/config/test_data.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -790,18 +790,6 @@
790790
"format": "OVA",
791791
"ispublic": "true"
792792
},
793-
"coreos": {
794-
"displaytext": "coreos",
795-
"name": "coreos",
796-
"passwordenabled": False,
797-
"ostype": "Coreos",
798-
"urlvmware":"http://10.147.28.7/templates/coreos/coreos_production_vmware.ova",
799-
"urlxen":"http://dl.openvm.eu/cloudstack/coreos/x86_64/"
800-
"coreos_production_cloudstack_image-xen.vhd.bz2",
801-
"urlkvm": "http://dl.openvm.eu/cloudstack/coreos/x86_64/" \
802-
"coreos_production_cloudstack_image-kvm.qcow2.bz2",
803-
"urlhyperv":"http://dl.openvm.eu/cloudstack/coreos/x86_64/coreos_production_cloudstack_image-hyperv.vhd.zip"
804-
},
805793
"template_2": {
806794
"displaytext": "Public Template",
807795
"name": "Public template",

tools/marvin/marvin/lib/base.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def restore(self, apiclient, templateid=None):
551551

552552
def get_ssh_client(
553553
self, ipaddress=None, reconnect=False, port=None,
554-
keyPairFileLocation=None,username=None,password=None, retries=20):
554+
keyPairFileLocation=None, retries=20):
555555
"""Get SSH object of VM"""
556556

557557
# If NAT Rules are not created while VM deployment in Advanced mode
@@ -564,12 +564,6 @@ def get_ssh_client(
564564
if keyPairFileLocation is not None:
565565
self.password = None
566566

567-
if username is not None:
568-
self.username=username
569-
570-
if password is not None:
571-
self.password=password
572-
573567
if reconnect:
574568
self.ssh_client = is_server_ssh_ready(
575569
self.ssh_ip,

0 commit comments

Comments
 (0)