summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use rtems_task_exit()Sebastian Huber2022-06-0111-26/+17
|
* dhcpcd01/dhcpcd02: Mark as interactiveSebastian Huber2022-05-132-5/+5
|
* tcpdump01: New testSebastian Huber2022-05-121-0/+292
| | | | Update #4650.
* pf02: Fix shell envirionment initializationSebastian Huber2022-05-111-3/+2
| | | | Close #4654.
* 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
* openssl02: Add missing includeSebastian Huber2022-02-151-0/+2
|
* testsuite/media01: Add pattern testChristian Mauderer2021-04-013-1/+385
| | | | Update #4372
* testsuite/media01: Enable md5 commandChristian Mauderer2021-04-011-0/+1
| | | | Update #4372
* mcast01: Fix write to read-only stringSebastian Huber2020-10-271-2/+3
|
* mcast01: Add test programSebastian Huber2020-09-101-0/+285
|
* ifmcstat: Port to RTEMSSebastian Huber2020-09-101-0/+1
|
* Fix linker errors with minimal build setSebastian Huber2020-08-061-0/+4
|
* telnet: Use rtems_shell_dup_current_env()Sebastian Huber2020-08-066-6/+6
| | | | Update #3859.
* testsuite: Use new name of test-info.h.Christian Mauderer2020-07-3112-13/+13
| | | | | In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
* mDNSResponder: Port to RTEMSSebastian Huber2020-06-231-1/+1
| | | | Update #4010.
* epoch01: Fix sporadic test failuresSebastian Huber2020-06-231-0/+4
|
* testsuite: A description for each test addedMoyano, Gabriel2020-04-0955-55/+413
|
* testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2020-04-0310-10/+10
|
* testsuite: User input define addedMoyano, Gabriel2020-03-3119-5/+24
|
* testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel2020-03-3111-17/+39
| | | | puts() was replaced with rtems_test_begin() and rtems_test_end()
* epoch01: Update due to API changesSebastian Huber2020-02-101-16/+16
| | | | Update #3815.
* syscalls01: Fix sporadic test failuresSebastian Huber2020-02-101-0/+6
|
* SOCKATMARK(3): Import from FreeBSDSebastian Huber2019-12-191-0/+30
| | | | Update #3798.
* Update to FreeBSD head 2019-09-24Sebastian Huber2019-11-133-7/+2
| | | | Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
* test/syscalls01: Fix sporadic test failuresSebastian Huber2019-11-131-0/+1
|
* Fix warningsSebastian Huber2019-09-247-13/+18
|
* Compatibility for next Newlib updateSebastian Huber2019-09-241-0/+5
|
* Add pselect()Sebastian Huber2019-09-232-1/+137
|
* test/syscalls01: Fix sporadic test failuresSebastian Huber2019-09-231-0/+32
|
* CONFIG_INTRHOOK(9): Call handlers after bootSebastian Huber2019-09-231-4/+30
| | | | | This enables adding drivers on demand which use this service after initialization.
* Add wrapper for strndup()Sebastian Huber2019-09-111-6/+24
|
* media01: Reduce record item countSebastian Huber2019-08-271-1/+1
|
* media01: Enable event recordingSebastian Huber2019-08-261-0/+8
|
* Add mmapVijay Kumar Banerjee2019-07-273-2/+26
|
* EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber2019-07-091-0/+50
|
* test/epoch01: SimplifySebastian Huber2019-07-091-48/+36
|
* test/commands01: Fix sporadic test failuresSebastian Huber2019-06-261-1/+29
|
* test/program01: Fix sporadic test failuresSebastian Huber2019-06-261-0/+8
|
* config: Control the interface from the command line net config file.Chris Johns2019-06-121-1/+1
|
* Fix zero-copy mbuf supportSebastian Huber2019-05-131-3/+3
| | | | In 2017 there was a change in the mbuf API.
* Update due to API changesSebastian Huber2019-04-112-2/+2
|
* openssl02: Fix includesSebastian Huber2019-03-291-7/+3
|
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-271-0/+135
|
* rcconf02: Reduce maximum connection countsSebastian Huber2019-03-111-2/+2
| | | | This avoids a file descriptor exhaustion.
* openssl01: Call standard initialization functionsSebastian Huber2018-10-251-0/+5
|
* openssl01: New testSebastian Huber2018-10-251-0/+139
|
* ppp01: Use novj option on host sideSebastian Huber2018-10-171-2/+3
| | | | | | | | The VJ compression seems to be not supported by libbsd. Without this option the following errors show up on the host side: rcvd [LCP ProtRej id=0x75 00 2f 45 00 00 34 6b 9a 40 00 40 01 85 87 c0 a8 64 0b c0 a8 64 46 89 3c 00 15 2c 27 95 c2 0a 88 ...] Protocol-Reject for unsupported protocol 'VJ uncompressed TCP/IP' (0x2f)
* Fix dhcpcd.conf contentSebastian Huber2018-10-111-4/+4
| | | | | Do not write '\0' characters to the file. This confuses the options parser.
* Increase file descriptors in default network cfgSebastian Huber2018-10-101-1/+1
| | | | Make sure we can start the Telnet server in the default configuration.
* 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.