mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 03:48:09 +00:00
cicd: Fix http upload path.
This commit is contained in:
@@ -86,11 +86,11 @@ for ($j = 0; $j<@ttypes; $j++) {
|
|||||||
print ("Running kpi: $cmd\n");
|
print ("Running kpi: $cmd\n");
|
||||||
`$cmd`;
|
`$cmd`;
|
||||||
`rm $ln`;
|
`rm $ln`;
|
||||||
$cmd = "scp -C -r $process $ul_dest/$tbed/$ttype/";
|
$cmd = "scp -C -r $process $ul_dest/$tbed/";
|
||||||
print "Uploading: $cmd";
|
print "Uploading: $cmd";
|
||||||
`$cmd`;
|
`$cmd`;
|
||||||
if ($other_ul_dest ne "") {
|
if ($other_ul_dest ne "") {
|
||||||
$cmd = "scp -C -r $process $other_ul_dest/$tbed/$ttype/";
|
$cmd = "scp -C -r $process $other_ul_dest/$tbed/";
|
||||||
print "Uploading to secondary location: $cmd";
|
print "Uploading to secondary location: $cmd";
|
||||||
`$cmd`;
|
`$cmd`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user