summaryrefslogtreecommitdiffstats
path: root/testsuite/media01/test_main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libbsd: Add TFTP filesystem to test media01Frank Kühndel2022-04-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | How test media01 can be executed is described in section *Qemu and Networking* of the README.md at the top of the rtems-libbsd GIT repository. When connected via `telnet` with the RTEMS shell of the media01.exe test executed by QEMU, one can list the filesystems available for mounting: TLNT [/] # mount -L File systems: / dosfs tftpfs The list will contain `tftpfs`. The filesystem can be mounted as in the following example: TLNT [/] # mkdir /tftp TLNT [/] # mount -t tftpfs -o verbose "" /tftp A TFTP server is needed to use this filesystem. The simplest way would be to run such a server on the host machine and open the firewall for the TFTP protocol (port 69) on the TAP device used. Files can then be downloaded using the usual shell commands as in the following example: TLNT [/] # cat /tftp/169.254.1.1:hello.txt Uploading is also possible provided the TFTP server supports it, for example: TLNT [/] # cp /etc/dhcpcd.duid /tftp/169.254.1.1:myfile
* testsuite/media01: Add pattern testChristian Mauderer2021-04-011-1/+4
| | | | Update #4372
* testsuite/media01: Enable md5 commandChristian Mauderer2021-04-011-0/+1
| | | | Update #4372
* ifmcstat: Port to RTEMSSebastian Huber2020-09-101-0/+1
|
* telnet: Use rtems_shell_dup_current_env()Sebastian Huber2020-08-061-1/+1
| | | | Update #3859.
* testsuite: A description for each test addedMoyano, Gabriel2020-04-091-0/+8
|
* testsuite: User input define addedMoyano, Gabriel2020-03-311-0/+1
|
* Fix warningsSebastian Huber2019-09-241-0/+1
|
* media01: Reduce record item countSebastian Huber2019-08-271-1/+1
|
* media01: Enable event recordingSebastian Huber2019-08-261-0/+8
|
* Update due to API changesSebastian Huber2019-04-111-1/+1
|
* media01: Improve output messagesSebastian Huber2018-09-251-12/+7
| | | | | Use a single printf() call to avoid interference from other output. Do not print the listener argument.
* ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer2018-08-021-0/+9
| | | | | Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
* buildset: Add minimal and everything config.Christian Mauderer2018-05-031-3/+10
| | | | | | | | | | | | This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-1/+2
| | | | Add fork command for wpa supplicant to start a new task.
* Add wpa_supplicant command in test suite.Sichen Zhao2017-11-101-1/+2
| | | | Add wpa supplicant command in media01.
* media01: Scale with processor countSebastian Huber2017-10-201-2/+6
|
* Include missing <string.h> and <limits.h>Sebastian Huber2017-08-251-0/+1
| | | | | | | Fix warnings. Update #2132. Update #2133.
* media01: Add cpuinfo commandSebastian Huber2017-03-081-0/+1
|
* Update due to configuration API changesSebastian Huber2017-02-211-3/+1
|
* Use thread name supportSebastian Huber2017-01-131-1/+0
| | | | Update #2858.
* ARP(8): Port to RTEMSSebastian Huber2017-01-101-0/+1
|
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-101-1/+2
|
* testsuite: Fix warningsSebastian Huber2016-10-071-0/+1
|
* media01: Add sysctl commandSebastian Huber2016-05-061-0/+1
|
* media01: Add telnetdSebastian Huber2016-04-261-1/+33
|
* media01: Add mount etc. commandsSebastian Huber2015-11-021-0/+3
|
* media01: Add network and SMP supportSebastian Huber2015-09-111-3/+44
|
* media01: New testSebastian Huber2015-03-261-0/+160