• Home
  • Raw
  • Download

Lines Matching refs:testno

86 my $testno = 0;     # test case number (read from ftpserver.cmd)
909 my $testno = $smtp_client;
910 my $filename = "log/upload.$testno";
912 logmsg "Store test number $testno in $filename\n";
1257 my $testno = $mailbox;
1258 my $filename = "log/upload.$testno";
1260 logmsg "Store test number $testno in $filename\n";
2159 my $testno = $_[0];
2161 if ($testno > 10000) {
2162 $testpart = $testno % 10000;
2163 $testno = int($testno / 10000);
2166 loadtest("$logdir/test$testno");
2174 sendcontrol "550 $testno: no such file.\r\n";
2186 my $testno = $_[0];
2188 my $size = wildcard_filesize($ftptargetdir, $testno);
2190 sendcontrol "550 $testno: No such file or directory.\r\n";
2198 if($testno =~ /^verifiedserver$/) {
2205 if($testno =~ /(\d+)\/?$/) {
2206 $testno = $1;
2209 print STDERR "SIZE_ftp: invalid test number: $testno\n";
2214 if($testno > 10000) {
2215 $testpart = $testno % 10000;
2216 $testno = int($testno / 10000);
2219 loadtest("$logdir/test$testno");
2229 sendcontrol "550 $testno: No such file or directory.\r\n";
2242 sendcontrol "550 $testno: No such file or directory.\r\n";
2249 my ($testno) = @_;
2271 my @content = wildcard_getfile($ftptargetdir, $testno);
2277 sendcontrol "150 Binary data connection for $testno ($size bytes).\r\n",
2285 if($testno =~ /^verifiedserver$/) {
2300 $testno =~ s/^([^0-9]*)//;
2302 if ($testno > 10000) {
2303 $testpart = $testno % 10000;
2304 $testno = int($testno / 10000);
2307 loadtest("$logdir/test$testno");
2327 sendcontrol "150 Binary data connection for $testno () ($size bytes).\r\n",
2343 sendcontrol "150 Binary data connection for $testno () $sz.\r\n";
2354 sendcontrol "550 $testno: No such file or directory.\r\n";
2360 my $testno=$_[0];
2362 my $filename = "log/upload.$testno";
2383 logmsg "STOR test number $testno in $filename\n";
2905 $testno = $1;
2906 logmsg "FTPD: run test case number: $testno\n";
3096 loadtest("$logdir/test$testno");