Setting for Thierry's test environment
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 23 Jan 2009 15:48:56 +0000 (15:48 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 23 Jan 2009 15:48:56 +0000 (15:48 +0000)
qaapi/qa/tests/node/vsys_launch.pl

index 6e287b3..310ee7f 100755 (executable)
@@ -8,11 +8,10 @@ if ($#ARGV>0) {
                print "Setting prefix = $prefix\n";
 }
 else {
-       $prefix="pl";
+    # Setting temporarily for Thierry's test environment
+       $prefix="ple";
 }
 
-# Setting temporarily for Thierry's test environment
-$prefix="ple";
 
 my $slice="$prefix"."_netflow";
 my $slicedir="/vservers/$slice";