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)
Esempio n. 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)
Esempio n. 3
0
 def install_product(self, sam_compose):
     sam_command = SAMCommand(self.target_ip, "root", "redhat")
     sam_command.install_sam(sam_compose)
Esempio n. 4
0
 def install_product(self, sam_compose):
     sam_command = SAMCommand(self.target_ip, "root", "redhat")
     sam_command.install_sam(sam_compose)