# HG changeset patch # User Maciej Seroka # Date 1260359297 0 # Node ID 3df98b3b0a8d6e5323c32ca66dc7ab6b207a05a8 # Parent a9bd5a067865636a2708d5404e8fdf672dfa0828 Updated ats_specialise_test_drop.pl to insert FileStoreAction param diff -r a9bd5a067865 -r 3df98b3b0a8d common/tools/ats/ats_specialise_test_drop.pl --- a/common/tools/ats/ats_specialise_test_drop.pl Tue Dec 08 16:19:57 2009 +0000 +++ b/common/tools/ats/ats_specialise_test_drop.pl Wed Dec 09 11:48:17 2009 +0000 @@ -118,11 +118,13 @@ forcearray => [ 'name', 'id','owner','priority','buildid','postaction','type','target','device', 'property', 'command', 'param'],# keyattr => [] ); - # Insert the specified test drop name, if any. $test_drop->{'test'}->{'name'}->[0] = $test_drop_name, if $test_drop_name; # Insert the specified build id, if any. $test_drop->{'test'}->{'buildid'}->[0] = $build_id, if $build_id; +# Insert the FileStoreAction parameter +my $postaction_params = $test_drop->{'test'}->{'postAction'}->[0]->{'params'}->{'param'}; +$postaction_params->[1] = { 'name' => "to-folder", 'value' => "\\\\localhost\\ats3_testdrop_arrivals\\reports\\" . $test_drop_name }; if ($host_name) { # Also insert specified host name my $devices = $test_drop->{'test'}->{'target'}->[0]->{'device'}; diff -r a9bd5a067865 -r 3df98b3b0a8d common/tools/ats/smoketest/Group/smoketest.xml --- a/common/tools/ats/smoketest/Group/smoketest.xml Tue Dec 08 16:19:57 2009 +0000 +++ b/common/tools/ats/smoketest/Group/smoketest.xml Wed Dec 09 11:48:17 2009 +0000 @@ -1,4 +1,4 @@ - + 1 admin @@ -7,7 +7,6 @@ FileStoreAction -