summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-09-16 12:18:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-09-22 11:29:41 +0200
commit8260d6544a84dc06452058f0446fddfd6d5390aa (patch)
tree185f068157a6354c5b7c5779c941eadfcb501f97 /test
parent58eb58a9af97dde4923f2f19100f393c892a9a0a (diff)
downloadbarebox-8260d6544a84dc06452058f0446fddfd6d5390aa.tar.gz
tftp: remove selftest
The out-of-order packet caching will be reworked in the next commit and most of the functions the self test tests will vanish, so nothing to test anymore. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'test')
-rw-r--r--test/self/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/self/Kconfig b/test/self/Kconfig
index 03cfa89987..680196a4fe 100644
--- a/test/self/Kconfig
+++ b/test/self/Kconfig
@@ -32,7 +32,6 @@ config SELFTEST_ENABLE_ALL
select SELFTEST_PROGRESS_NOTIFIER
select SELFTEST_OF_MANIPULATION
select SELFTEST_ENVIRONMENT_VARIABLES if ENVIRONMENT_VARIABLES
- imply SELFTEST_TFTP
help
Selects all self-tests compatible with current configuration
@@ -58,10 +57,4 @@ config SELFTEST_PROGRESS_NOTIFIER
config SELFTEST_ENVIRONMENT_VARIABLES
bool "environment variable selftest"
-config SELFTEST_TFTP
- bool "tftp selftest"
- depends on FS_TFTP
- help
- Tests tftp functionality
-
endif