~james-page/ubuntu-openstack-ci/drop-tox-from-slave-config

« back to all changes in this revision

Viewing changes to run/job-parts/func_exec.sh

  • Committer: Ryan Beisner
  • Date: 2018-12-13 22:12:48 UTC
  • mfrom: (402.2.9 uosci-func-test-update)
  • Revision ID: ryan.beisner@canonical.com-20181213221248-by9gaj688y9911cw
[1chb1n, r=thedac] Make functional test naming generic and deprecate unused legacy bits

The functional tests may run amulet or zaza based on each
repo's tox definitions.

Leave symlink shims in for legacy amulet jobs until the
corresponding jobs are all updated to point to the new
generic runner file.

Remove several unused legacy amulet helpers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
f_usage(){
24
24
  echo "A tool to manually trigger functions from CLI."
25
 
  echo "    Presumes jenkins environment variables and the"
26
 
  echo "    overcloud novarc are sourced."
 
25
  echo "    Use caution if executing manually.  Things may be destroyed!"
27
26
  echo "Usage:  <this script> <function name>"
28
27
  f_list_functions
29
28
}