Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

External Eutester Methods

hspencer77 edited this page Feb 22, 2013 · 1 revision

The purpose of this wiki is to outline important eutester methods that would be helpful to have exposed to non-python eutester modules (e.g. Eutester4j, etc.). This is to help cut down duplication efforts in current and future non-python eutester modules that will be developed.

Methods

(from eucaops/init.py)

  • get_current_resources
  • read_config
  • swap_clc
  • swap_walrus
  • get_network_mode
  • get_component_ip
  • get_machine_by_ip
  • get_component_machines
  • swap_component_hostname
  • get_credentials
  • create_credentials
  • download_creds_from_clc
  • send_creds_to_machine
  • setup_local_creds_dir
  • setup_remote_creds_dir

Classes

  • EutesterTestResult
  • Eulogger
  • EuConfig
Clone this wiki locally