Lines Matching refs:testno

97 my $testno = 0;     # test case number (read from server.cmd)
942 my $testno = $smtp_client;
943 my $filename = "$logdir/upload.$testno";
945 logmsg "Store test number $testno in $filename\n";
1292 my $testno = $mailbox;
1293 my $filename = "$logdir/upload.$testno";
1295 logmsg "Store test number $testno in $filename\n";
2195 my $testno = $_[0];
2197 if ($testno > 10000) {
2198 $testpart = $testno % 10000;
2199 $testno = int($testno / 10000);
2202 loadtest("$logdir/test$testno");
2210 sendcontrol "550 $testno: no such file.\r\n";
2222 my $testno = $_[0];
2224 my $size = wildcard_filesize($ftptargetdir, $testno);
2226 sendcontrol "550 $testno: No such file or directory.\r\n";
2234 if($testno =~ /^verifiedserver$/) {
2241 if($testno =~ /(\d+)\/?$/) {
2242 $testno = $1;
2245 print STDERR "SIZE_ftp: invalid test number: $testno\n";
2250 if($testno > 10000) {
2251 $testpart = $testno % 10000;
2252 $testno = int($testno / 10000);
2255 loadtest("$logdir/test$testno");
2266 sendcontrol "550 $testno: No such file or directory.\r\n";
2279 sendcontrol "550 $testno: No such file or directory.\r\n";
2286 my ($testno) = @_;
2308 my @content = wildcard_getfile($ftptargetdir, $testno);
2314 sendcontrol "150 Binary data connection for $testno ($size bytes).\r\n",
2322 if($testno =~ /^verifiedserver$/) {
2337 $testno =~ s/^([^0-9]*)//;
2339 if ($testno > 10000) {
2340 $testpart = $testno % 10000;
2341 $testno = int($testno / 10000);
2344 loadtest("$logdir/test$testno");
2364 sendcontrol "150 Binary data connection for $testno () ($size bytes).\r\n",
2383 sendcontrol "150 Binary data connection for $testno () $sz.\r\n";
2394 sendcontrol "550 $testno: No such file or directory.\r\n";
2400 my $testno=$_[0];
2402 my $filename = "$logdir/upload.$testno";
2423 logmsg "STOR test number $testno in $filename\n";
2958 $testno = $1;
2959 logmsg "FTPD: run test case number: $testno\n";
3164 loadtest("$logdir/test$testno");