def install_product(self, guest_ip, guest_user, guest_passwd, sam_compose):
     sam_command = SAMCommand(guest_ip, guest_user, guest_passwd)
     sam_command.install_sam(sam_compose)
Example #2
0
 def install_product(self, guest_ip, guest_user, guest_passwd, sam_compose):
     sam_command = SAMCommand(guest_ip, guest_user, guest_passwd)
     sam_command.install_sam(sam_compose)
 def install_product(self, sam_compose):
     sam_command = SAMCommand(self.target_ip, "root", "redhat")
     sam_command.install_sam(sam_compose)
Example #4
0
 def install_product(self, sam_compose):
     sam_command = SAMCommand(self.target_ip, "root", "redhat")
     sam_command.install_sam(sam_compose)