Add global random seed config
This is needed to make fuzzy tests work with xdist as each xdist gateway expects to receive the same set of parameter values, which for random generators may be achieved only by providing globally shared seed. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
2
tests/functional/config/random.cfg
Normal file
2
tests/functional/config/random.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file content will be generated by utils/configure_random.py
|
||||
# triggered from the Makefile
|
Reference in New Issue
Block a user