Skip to content

Latest commit

 

History

History
114 lines (76 loc) · 3.06 KB

clients.md

File metadata and controls

114 lines (76 loc) · 3.06 KB

Clients

Auto-generated documentation for ocs_ci.ocs.clients module.

WinNode

[find in source code]

class WinNode(object):
    def __init__(**kw):

WinNode().check_disk

[find in source code]

def check_disk(number):

WinNode().connect_to_target

[find in source code]

def connect_to_target(ip, username, password):

WinNode().create_disk

[find in source code]

def create_disk(number):

WinNode().create_fio_job_options

[find in source code]

def create_fio_job_options(job_options):

WinNode().create_new_target

[find in source code]

def create_new_target(ip, port=3260):

WinNode().delete_target

[find in source code]

def delete_target():

WinNode().disconnect_from_target

[find in source code]

def disconnect_from_target():

WinNode().get_iscsi_initiator_name

[find in source code]

def get_iscsi_initiator_name():

WinNode().run_fio_test

[find in source code]

def run_fio_test():

WinNode().start_iscsi_initiator

[find in source code]

def start_iscsi_initiator():

WinNode().win_exec

[find in source code]

def win_exec(ps_command, timeout=180):