Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • I need to list all variable accessible by all task's called 'fred'  under a given path. /suite/main

    Code Block
    ./list_variables.py --host my_host --port 4141 --path /suite/main --task fred
  • I need validate that variable is of a given value, for all tasks of a given name.

    In this case Here I need to list all tasks where the variable value is NOT 12 for a variable of name PGNODES, for all tasks of name prodgen under suite /emc

    Code Block
    ./list_variables.py --host machine1 --port 43333 --path /emc --task prodgen --var_name PGNODES --not_value 12

...