metan-ucw / runltp-ng

Minimalistic LTP testrunner
11 stars 16 forks source link

Allow to define environment variables via runner #45

Open asmorodskyi opened 3 years ago

asmorodskyi commented 3 years ago

Use case : when "backend=ssh" is in use environment variables used by the test should be defined in another machine. Currently this needs to be done outside of runltp-ng before actually running tests.

==> We need provide interface maybe additional cmd param e.g. --env or something similar which will instruct runltp-ng to set env variable before running the tests