Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Community forum : http://community.pbspro.org/t/ptl-performance-test-automation/1127

...

              }

            ]

Note:

Test writer who wants to store per test configuration optionally can add directly from set_test_measurements API.

self.set_test_measurements({"test_config": <config>})

test_config - config can be a dictionary with the configurable params for the test

Example:

self.set_test_measurements({"test_config": config})

        "measurements": [

...