summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ftp01
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-26 16:19:20 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-07 16:15:39 -0600
commitdf6d765c3aa13d7f83b602127cb9aa97c592c7cf (patch)
tree48b19f766610da7ca99bd40920f816fb1a4a0215 /testsuites/libtests/ftp01
parentspec: Remove residue bsps spec files (diff)
downloadrtems-df6d765c3aa13d7f83b602127cb9aa97c592c7cf.tar.bz2
testsuites: Remove all legacy networking tests
Update #3850
Diffstat (limited to 'testsuites/libtests/ftp01')
-rw-r--r--testsuites/libtests/ftp01/ftp01.doc24
-rw-r--r--testsuites/libtests/ftp01/ftp01.scn97
-rw-r--r--testsuites/libtests/ftp01/init.c269
3 files changed, 0 insertions, 390 deletions
diff --git a/testsuites/libtests/ftp01/ftp01.doc b/testsuites/libtests/ftp01/ftp01.doc
deleted file mode 100644
index 99601ddf5b..0000000000
--- a/testsuites/libtests/ftp01/ftp01.doc
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright (c) 2011 embedded brains GmbH. All rights reserved.
-#
-# embedded brains GmbH
-# Obere Lagerstr. 30
-# 82178 Puchheim
-# Germany
-# <rtems@embedded-brains.de>
-#
-# The license and distribution terms for this file may be
-# found in the file LICENSE in this distribution or at
-# http://www.rtems.org/license/LICENSE.
-
-This file describes the directives and concepts tested by this test set.
-
-test set name: ftp
-
-directives:
-
- FTP server and client
-
-concepts:
-
-+ Check if FTP server and client works.
diff --git a/testsuites/libtests/ftp01/ftp01.scn b/testsuites/libtests/ftp01/ftp01.scn
deleted file mode 100644
index 78fe236b60..0000000000
--- a/testsuites/libtests/ftp01/ftp01.scn
+++ /dev/null
@@ -1,97 +0,0 @@
-*** BEGIN OF TEST FTP 1 ***
-*** TEST VERSION: 5.0.0.b38887ad22e2e28c15b4e248dac72f6eaff8cb13
-*** TEST STATE: EXPECTED_PASS
-*** TEST BUILD: RTEMS_NETWORKING
-*** TEST TOOLS: 7.3.0 20180125 (RTEMS 5, RSB 9670d7541e0621915e521fe76e7bb33de8cee661, Newlib d13c84eb07e35984bf7a974cd786a6cdac29e6b9)
-syslog: ftpd: FTP daemon started (2 sessions max)
-220 RTEMS FTP server (Version 1.1-JWJ) ready.
-login check (1): user "anonymous"
-USER anonymous
-230 User logged in.
-TYPE I
-200 Type set to I.
-SIZE a.txt
-550 Could not get file size.
-PASV
-227 Entering passive mode (127,0,0,1,4,1).
-STOR a.txt
-150 Opening BINARY mode data connection.
-226 Transfer complete.
-QUIT
-221 Goodbye.
-220 RTEMS FTP server (Version 1.1-JWJ) ready.
-login check (1): user "anonymous"
-USER anonymous
-230 User logged in.
-TYPE I
-200 Type set to I.
-SIZE a.txt
-213 1102
-PASV
-227 Entering passive mode (127,0,0,1,4,4).
-RETR a.txt
-150 Opening BINARY mode data connection.
-220 RTEMS FTP server (Version 1.1-JWJ) ready.
-login check (1): user "user"
-USER user
-331 User name okay, need password.
-login check (2): user "user", pass "pass"
-PASS pass
-230 User logged in.
-TYPE I
-200 Type set to I.
-SIZE b.txt
-550 Could not get file size.
-PASV
-227 Entering passive mode (127,0,0,1,4,7).
-STOR b.txt
-150 Opening BINARY mode data connection.
-226 Transfer complete.
-226 Transfer complete.
-QUIT
-221 Goodbye.
-QUIT
-221 Goodbye.
-220 RTEMS FTP server (Version 1.1-JWJ) ready.
-login check (1): user "user"
-USER user
-331 User name okay, need password.
-login check (2): user "user", pass "pass"
-PASS pass
-230 User logged in.
-TYPE I
-200 Type set to I.
-SIZE b.txt
-213 1102
-PASV
-227 Entering passive mode (127,0,0,1,4,10).
-RETR b.txt
-150 Opening BINARY mode data connection.
-226 Transfer complete.
-QUIT
-221 Goodbye.
-220 RTEMS FTP server (Version 1.1-JWJ) ready.
-login check (1): user "anonymous"
-USER anonymous
-230 User logged in.
-TYPE I
-200 Type set to I.
-SIZE a.txt
-213 1102
-QUIT
-221 Goodbye.
-220 RTEMS FTP server (Version 1.1-JWJ) ready.
-login check (1): user "user"
-USER user
-331 User name okay, need password.
-login check (2): user "user", pass "pass"
-PASS pass
-230 User logged in.
-TYPE I
-200 Type set to I.
-SIZE b.txt
-213 1102
-QUIT
-221 Goodbye.
-
-*** END OF TEST FTP 1 ***
diff --git a/testsuites/libtests/ftp01/init.c b/testsuites/libtests/ftp01/init.c
deleted file mode 100644
index aa9193873c..0000000000
--- a/testsuites/libtests/ftp01/init.c
+++ /dev/null
@@ -1,269 +0,0 @@
-/*
- * Copyright (c) 2011, 2018 embedded brains GmbH. All rights reserved.
- *
- * embedded brains GmbH
- * Dornierstr. 4
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
-
-#include <rtems.h>
-#include <tmacros.h>
-
-#include <rtems/rtems_bsdnet.h>
-#include <rtems/ftpd.h>
-#include <rtems/ftpfs.h>
-
-const char rtems_test_name[] = "FTP 1";
-
-/* forward declarations to avoid warnings */
-static rtems_task Init(rtems_task_argument argument);
-
-struct rtems_bsdnet_config rtems_bsdnet_config;
-
-#define FTP_WORKER_TASK_COUNT 2
-
-#define FTP_WORKER_TASK_EXTRA_STACK (FTP_WORKER_TASK_COUNT * FTPD_STACKSIZE)
-
-static bool login_check(const char *user, const char *pass)
-{
- rtems_test_assert(
- strcmp(user, "anonymous") == 0 || strcmp(user, "user") == 0
- );
-
- if (pass != NULL) {
- rtems_test_assert(
- strcmp(pass, "anonymous") == 0 || strcmp(pass, "pass") == 0
- );
- printf("login check (2): user \"%s\", pass \"%s\"\n", user, pass);
- return true;
- } else {
- printf("login check (1): user \"%s\"\n", user);
- return strcmp(user, "anonymous") == 0;
- }
-}
-
-struct rtems_ftpd_configuration rtems_ftpd_configuration = {
- .priority = 90,
- .max_hook_filesize = 0,
- .port = 21,
- .hooks = NULL,
- .root = NULL,
- .tasks_count = FTP_WORKER_TASK_COUNT,
- .idle = 0,
- .login = login_check,
- .access = 0
-};
-
-static const char content [] =
-" LICENSE INFORMATION\n"
-"\n"
-"RTEMS is free software; you can redistribute it and/or modify it under\n"
-"terms of the GNU General Public License as published by the\n"
-"Free Software Foundation; either version 2, or (at your option) any\n"
-"later version. RTEMS is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n"
-"General Public License for more details. You should have received\n"
-"a copy of the GNU General Public License along with RTEMS; see\n"
-"file COPYING. If not, write to the Free Software Foundation, 675\n"
-"Mass Ave, Cambridge, MA 02139, USA.\n"
-"\n"
-"As a special exception, including RTEMS header files in a file,\n"
-"instantiating RTEMS generics or templates, or linking other files\n"
-"with RTEMS objects to produce an executable application, does not\n"
-"by itself cause the resulting executable application to be covered\n"
-"by the GNU General Public License. This exception does not\n"
-"however invalidate any other reasons why the executable file might be\n"
-"covered by the GNU Public License.\n";
-
-static void initialize_ftpfs(void)
-{
- rtems_status_code sc = RTEMS_SUCCESSFUL;
- int rv = 0;
- struct timeval to = {
- .tv_sec = 10,
- .tv_usec = 0
- };
- const char *target = RTEMS_FTPFS_MOUNT_POINT_DEFAULT;
-
- rv = mount_and_make_target_path(
- NULL,
- target,
- RTEMS_FILESYSTEM_TYPE_FTPFS,
- RTEMS_FILESYSTEM_READ_WRITE,
- NULL
- );
- rtems_test_assert(rv == 0);
-
- sc = rtems_ftpfs_set_verbose(target, true);
- rtems_test_assert(sc == RTEMS_SUCCESSFUL);
-
- sc = rtems_ftpfs_set_timeout(target, &to);
- rtems_test_assert(sc == RTEMS_SUCCESSFUL);
-}
-
-static void change_self_priority(void)
-{
- rtems_status_code sc = RTEMS_SUCCESSFUL;
- rtems_task_priority cur = 0;
-
- sc = rtems_task_set_priority(RTEMS_SUCCESSFUL, 110, &cur);
- rtems_test_assert(sc == RTEMS_SUCCESSFUL);
-}
-
-static void create_file(const char *path, const void *begin, size_t size)
-{
- int rv = 0;
- int fd = open(path, O_WRONLY);
- ssize_t n = 0;
-
- rtems_test_assert(fd >= 0);
-
- n = write(fd, begin, size);
- rtems_test_assert(n == (ssize_t) size);
-
- rv = close(fd);
- rtems_test_assert(rv == 0);
-}
-
-static void copy_file(const char *src_path, const char *dest_path)
-{
- int rv = 0;
- int in = open(src_path, O_RDONLY);
- int out = open(dest_path, O_WRONLY);
- ssize_t n_in = 0;
- char buf [64];
- struct stat st_in;
- struct stat st_out;
-
- memset(&st_in, 0xff, sizeof(st_in));
- memset(&st_out, 0xff, sizeof(st_out));
-
- rtems_test_assert(in >= 0);
- rtems_test_assert(out >= 0);
-
- rv = fstat(out, &st_out);
- rtems_test_assert(rv == 0);
-
- rtems_test_assert(st_out.st_size == 0);
-
- while ((n_in = read(in, buf, sizeof(buf))) > 0) {
- ssize_t n_out = write(out, buf, (size_t) n_in);
- rtems_test_assert(n_out == n_in);
- }
-
- rv = fstat(out, &st_out);
- rtems_test_assert(rv == 0);
-
- rv = fstat(in, &st_in);
- rtems_test_assert(rv == 0);
-
- rtems_test_assert(st_in.st_size == st_out.st_size);
-
- rv = close(out);
- rtems_test_assert(rv == 0);
-
- rv = close(in);
- rtems_test_assert(rv == 0);
-}
-
-static void check_file_size(const char *path, size_t size)
-{
- struct stat st;
- int rv = lstat(path, &st);
-
- rtems_test_assert(rv == 0);
- rtems_test_assert(st.st_size == (off_t) size);
-}
-
-static void check_file(const char *path)
-{
- int rv = 0;
- int fd = open(path, O_RDONLY);
- ssize_t n = 0;
- char buf [64];
- const char *current = &content [0];
- size_t done = 0;
-
- rtems_test_assert(fd >= 0);
-
- while ((n = read(fd, buf, sizeof(buf))) > 0) {
- done += (size_t) n;
- rtems_test_assert(done <= sizeof(content));
- rtems_test_assert(memcmp(current, buf, (size_t) n) == 0);
- current += (size_t) n;
- }
-
- rtems_test_assert(done == sizeof(content));
-
- rv = close(fd);
- rtems_test_assert(rv == 0);
-}
-
-static void test(void)
-{
- int rv = 0;
- const char file_a [] = "/FTP/127.0.0.1/a.txt";
- const char file_b [] = "/FTP/user:pass@127.0.0.1/b.txt";
-
- rv = rtems_bsdnet_initialize_network();
- rtems_test_assert(rv == 0);
-
- rv = rtems_initialize_ftpd();
- rtems_test_assert(rv == 0);
-
- initialize_ftpfs();
- change_self_priority();
- create_file(file_a, &content [0], sizeof(content));
- copy_file(file_a, file_b);
- check_file(file_b);
- check_file_size(file_a, sizeof(content));
- check_file_size(file_b, sizeof(content));
-}
-
-static rtems_task Init(rtems_task_argument argument)
-{
- TEST_BEGIN();
- test();
- TEST_END();
-
- rtems_test_exit(0);
-}
-
-#define CONFIGURE_INIT
-
-#define CONFIGURE_MICROSECONDS_PER_TICK 10000
-
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
-
-#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 14
-
-#define CONFIGURE_FILESYSTEM_FTPFS
-
-#define CONFIGURE_MAXIMUM_TASKS (3 + FTP_WORKER_TASK_COUNT)
-#define CONFIGURE_MAXIMUM_SEMAPHORES 2
-
-#define CONFIGURE_EXTRA_TASK_STACKS FTP_WORKER_TASK_EXTRA_STACK
-
-#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
-
-#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-
-#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
-
-#include <rtems/confdefs.h>