Skip to content

Commit 54103d4

Browse files
committed
Add test variables to be propagated to DD
1 parent d453ae3 commit 54103d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/tools/parse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ for line in f:
165165
odccommand += ' ' + os.environ['GEN_TOPO_ODC_EPN_TOPO_ARGS']
166166
if reconodes:
167167
replacestring = ''
168-
dd_env_variables = ['DD_DISK_FRACTION']
168+
dd_env_variables = ['DD_DISK_FRACTION', 'EPN_DD_TEST', 'EPN_DD_TEST_2', 'EPN_DD_TEST_3']
169169
for i in dd_env_variables:
170170
if i in os.environ:
171171
replacestring += ' ' + i + '=' + os.environ[i]

0 commit comments

Comments
 (0)