summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites
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 /spec/build/testsuites
parentspec: Remove residue bsps spec files (diff)
downloadrtems-df6d765c3aa13d7f83b602127cb9aa97c592c7cf.tar.bz2
testsuites: Remove all legacy networking tests
Update #3850
Diffstat (limited to 'spec/build/testsuites')
-rw-r--r--spec/build/testsuites/libtests/ftp01.yml23
-rw-r--r--spec/build/testsuites/libtests/grp.yml8
-rw-r--r--spec/build/testsuites/libtests/mghttpd01.yml32
-rw-r--r--spec/build/testsuites/libtests/syscall01.yml21
-rw-r--r--spec/build/testsuites/samples/grp.yml4
-rw-r--r--spec/build/testsuites/samples/loopback.yml21
-rw-r--r--spec/build/testsuites/samples/pppd.yml25
7 files changed, 0 insertions, 134 deletions
diff --git a/spec/build/testsuites/libtests/ftp01.yml b/spec/build/testsuites/libtests/ftp01.yml
deleted file mode 100644
index 2b19573bf7..0000000000
--- a/spec/build/testsuites/libtests/ftp01.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-build-type: test-program
-cflags: []
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-cppflags: []
-cxxflags: []
-enabled-by:
-- RTEMS_NETWORKING
-features: c cprogram
-includes:
-- cpukit/libnetworking
-ldflags: []
-links: []
-source:
-- testsuites/libtests/ftp01/init.c
-stlib: []
-target: testsuites/libtests/ftp01.exe
-type: build
-use-after:
-- ftpd
-- ftpfs
-use-before: []
diff --git a/spec/build/testsuites/libtests/grp.yml b/spec/build/testsuites/libtests/grp.yml
index 3dc64ee0a6..20a593a5d3 100644
--- a/spec/build/testsuites/libtests/grp.yml
+++ b/spec/build/testsuites/libtests/grp.yml
@@ -125,8 +125,6 @@ links:
- role: build-dependency
uid: fstat
- role: build-dependency
- uid: ftp01
-- role: build-dependency
uid: ftrylockfile
- role: build-dependency
uid: funlockfile
@@ -187,8 +185,6 @@ links:
- role: build-dependency
uid: md501
- role: build-dependency
- uid: mghttpd01
-- role: build-dependency
uid: monitor
- role: build-dependency
uid: monitor02
@@ -197,8 +193,6 @@ links:
- role: build-dependency
uid: nanosleep
- role: build-dependency
- uid: networking01
-- role: build-dependency
uid: newlib01
- role: build-dependency
uid: open
@@ -259,8 +253,6 @@ links:
- role: build-dependency
uid: stringto01
- role: build-dependency
- uid: syscall01
-- role: build-dependency
uid: tar01
- role: build-dependency
uid: tar02
diff --git a/spec/build/testsuites/libtests/mghttpd01.yml b/spec/build/testsuites/libtests/mghttpd01.yml
deleted file mode 100644
index 711ca3846d..0000000000
--- a/spec/build/testsuites/libtests/mghttpd01.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-build-type: script
-cflags: []
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-cppflags: []
-do-build: |
- path = "testsuites/libtests/mghttpd01/"
- tar_c, tar_h = self.bin2c(bld, path + "mghttpd01.tar")
- objs = []
- objs.append(self.cc(bld, bic, tar_c))
- objs.append(self.cc(bld, bic, path + "init.c", deps=[tar_h], cppflags=bld.env.TEST_MGHTTPD01_CPPFLAGS))
- objs.append(self.cc(bld, bic, path + "test-http-client.c"))
- self.link_cc(bld, bic, objs, "testsuites/libtests/mghttpd01.exe")
-do-configure: null
-enabled-by:
-- and:
- - RTEMS_NETWORKING
- - RTEMS_POSIX_API
- - not: TEST_MGHTTPD01_EXCLUDE
-includes:
-- cpukit/libnetworking
-- testsuites/libtests/mghttpd01
-ldflags: []
-links: []
-prepare-build: null
-prepare-configure: null
-stlib: []
-type: build
-use-after:
-- mghttpd
-use-before: []
diff --git a/spec/build/testsuites/libtests/syscall01.yml b/spec/build/testsuites/libtests/syscall01.yml
deleted file mode 100644
index ff2d812c6d..0000000000
--- a/spec/build/testsuites/libtests/syscall01.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-build-type: test-program
-cflags: []
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-cppflags: []
-cxxflags: []
-enabled-by:
-- RTEMS_NETWORKING
-features: c cprogram
-includes:
-- cpukit/libnetworking
-ldflags: []
-links: []
-source:
-- testsuites/libtests/syscall01/init.c
-stlib: []
-target: testsuites/libtests/syscall01.exe
-type: build
-use-after: []
-use-before: []
diff --git a/spec/build/testsuites/samples/grp.yml b/spec/build/testsuites/samples/grp.yml
index c7591dc551..ef72531e95 100644
--- a/spec/build/testsuites/samples/grp.yml
+++ b/spec/build/testsuites/samples/grp.yml
@@ -29,16 +29,12 @@ links:
- role: build-dependency
uid: iostream
- role: build-dependency
- uid: loopback
-- role: build-dependency
uid: minimum
- role: build-dependency
uid: nsecs
- role: build-dependency
uid: paranoia
- role: build-dependency
- uid: pppd
-- role: build-dependency
uid: ticker
- role: build-dependency
uid: unlimited
diff --git a/spec/build/testsuites/samples/loopback.yml b/spec/build/testsuites/samples/loopback.yml
deleted file mode 100644
index 09a816f9cc..0000000000
--- a/spec/build/testsuites/samples/loopback.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-build-type: test-program
-cflags: []
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-cppflags: []
-cxxflags: []
-enabled-by:
-- RTEMS_NETWORKING
-features: c cprogram
-includes:
-- cpukit/libnetworking
-ldflags: []
-links: []
-source:
-- testsuites/samples/loopback/init.c
-stlib: []
-target: testsuites/samples/loopback.exe
-type: build
-use-after: []
-use-before: []
diff --git a/spec/build/testsuites/samples/pppd.yml b/spec/build/testsuites/samples/pppd.yml
deleted file mode 100644
index 8747562be8..0000000000
--- a/spec/build/testsuites/samples/pppd.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-build-type: test-program
-cflags: []
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-cppflags: []
-cxxflags: []
-enabled-by:
-- and:
- - RTEMS_NETWORKING
- - not: RTEMS_SMP
-features: c cprogram
-includes:
-- cpukit/libnetworking
-ldflags: []
-links: []
-source:
-- testsuites/samples/pppd/init.c
-- testsuites/samples/pppd/pppdapp.c
-stlib: []
-target: testsuites/samples/pppd.exe
-type: build
-use-after:
-- pppd
-use-before: []