Lines Matching refs:testno
97 my $testno = 0; # test case number (read from server.cmd)
941 my $testno = $smtp_client;
942 my $filename = "$logdir/upload.$testno";
944 logmsg "Store test number $testno in $filename\n";
1291 my $testno = $mailbox;
1292 my $filename = "$logdir/upload.$testno";
1294 logmsg "Store test number $testno in $filename\n";
2172 my $testno = $_[0];
2174 if ($testno > 10000) {
2175 $testpart = $testno % 10000;
2176 $testno = int($testno / 10000);
2179 loadtest("$logdir/test$testno");
2187 sendcontrol "550 $testno: no such file.\r\n";
2199 my $testno = $_[0];
2202 my $size = wildcard_filesize($ftptargetdir, $testno);
2204 sendcontrol "550 $testno: No such file or directory.\r\n";
2212 if($testno =~ /^verifiedserver$/) {
2219 if($testno =~ /(\d+)\/?$/) {
2220 $testno = $1;
2223 print STDERR "SIZE_ftp: invalid test number: $testno\n";
2228 if($testno > 10000) {
2229 $testpart = $testno % 10000;
2230 $testno = int($testno / 10000);
2233 loadtest("$logdir/test$testno");
2244 sendcontrol "550 $testno: No such file or directory.\r\n";
2257 sendcontrol "550 $testno: No such file or directory.\r\n";
2264 my ($testno) = @_;
2286 my @content = wildcard_getfile($ftptargetdir, $testno);
2292 sendcontrol "150 Binary data connection for $testno ($size bytes).\r\n",
2300 if($testno =~ /^verifiedserver$/) {
2315 $testno =~ s/^([^0-9]*)//;
2317 if ($testno > 10000) {
2318 $testpart = $testno % 10000;
2319 $testno = int($testno / 10000);
2322 loadtest("$logdir/test$testno");
2342 sendcontrol "150 Binary data connection for $testno () ($size bytes).\r\n",
2361 sendcontrol "150 Binary data connection for $testno ($testpart) $sz.\r\n";
2372 sendcontrol "550 $testno: No such file or directory.\r\n";
2378 my $testno=$_[0];
2380 my $filename = "$logdir/upload.$testno";
2401 logmsg "STOR test number $testno in $filename\n";
2942 $testno = $1;
2943 logmsg "FTPD: run test case number: $testno\n";
3148 loadtest("$logdir/test$testno");