Introduction

Library for various utilities

Keywords

Arguments

ping_should_pass dst_ip iface ip user pass
= ${None}
container_type
= ${None}
container_name
= ${None}

Documentation

Run 'ping' on remote system and check output

Arguments

reachable result

Documentation

Check the output of the 'ping' command

Arguments

file_should_exist file pattern ip user pass
= ${None}
container_type
= ${None}
container_name
= ${None}
prompt
= ~$

Documentation

Check if file on remote system matches a Robot regex

Arguments

reachable ip

Documentation

Check if the specified IP address is reachable or not

Arguments

cmd

Documentation

Superfluous, use the 'Run' keyword instead which this wraps

Arguments

container_name

Documentation

Retrieves the id of the requested docker container running locally

Arguments

process ip user pass
= ${None}
container_type
= ${None}
container_name
= ${None}

Documentation

Kill a process on a remote system

Arguments

cmd ip user pass
= ${None}
container_type
= ${None}
container_name
= ${None}
prompt
= ~$
prompt_timeout
= 50s
container_prompt
= #

Documentation

SSH into a remote host (and into a container on that host if container_type and container_name are specified), switch to root user, executes command, return output

Arguments

ip user pass
= ${None}
container_type
= ${None}
container_name
= ${None}
prompt
= ~$
prompt_timeout
= 15s
container_prompt
= #

Documentation

SSH into a remote host (and into a container on that host if container_type and container_name are specified) and returns connection ID

Arguments

conn_id

Documentation

Exit from the SSH session to a remote host

Arguments

list val

Documentation

Removes a value from a dictionary

Arguments

cmd conn_id user pass
= ${None}

Documentation

Executes a command on remote host and returns output

Documentation

Parses through the given deployment config and sets all the "src" and "dst" variables

Arguments

status src user pass dest interface prompt
= $
prompt_timeout
= 60s

Documentation

SSH's into src and attempts to ping dest. Status determines if ping should pass | fail

utils

image/svg+xml