Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Community Forum: http://community.pbspro.org/t/tunable-test-parameters/1535
  • Use Cases:
    • Test developers need a user friendly way to specify configurable test parameters at test case level.
    • Test executors need a way to configure the test parameters.
  • Summary : 
  • Test Framework should provide tests with option to scale & tune tests based on inputs.
    Test Framework should provide an interface to modify the test parameters. 
    • Example:
      • Test parameters for a test can be
        • No_of_jobs which can be scaled up like 100k jobs on cloud/good configuration machine and scaled down to 1k jobs on a vm.
        •  qsub_exec_script which can be a path to the job script to be used for job submission.
  •  Interface 1: @testparams(<param1>=<value1>,<param2>=<value2>)

...