summaryrefslogtreecommitdiff
path: root/testsuite/include (follow)
AgeCommit message (Collapse)Author
2020-08-06Fix linker errors with minimal build setSebastian Huber
2020-07-31testsuite: Use new name of test-info.h.Christian Mauderer
In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
2020-04-03testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber
2020-03-31testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel
puts() was replaced with rtems_test_begin() and rtems_test_end()
2019-06-12config: Control the interface from the command line net config file.Chris Johns
2018-10-11Fix dhcpcd.conf contentSebastian Huber
Do not write '\0' characters to the file. This confuses the options parser.
2018-10-10Increase file descriptors in default network cfgSebastian Huber
Make sure we can start the Telnet server in the default configuration.
2018-08-02testsuite/ipsec01: Add.Christian Mauderer
2018-05-08dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber
Use it throughout to start the DHCP client (dhcpcd).
2018-05-03buildset: Add minimal and everything config.Christian Mauderer
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.
2018-04-30Add DHCP clientid to test default network initSebastian Huber
2017-11-10Add wpa_supplicant command in test suite.Sichen Zhao
Add wpa supplicant command in media01.
2017-11-10Add rtems_bsd_ifconfig_lo0()Sebastian Huber
2017-10-23Import DPAA driver snapshotSebastian Huber
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
2017-10-20Add CPUINFO command to default network initSebastian Huber
2017-10-20tests: Remove obsolete config definesSebastian Huber
2017-05-11Adding test cases for FREEBSD termios support through ttyKevin Kirspel
2017-04-04Enable bridging by defaultSebastian Huber
2017-02-14Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel
2017-01-17freebsd/wlanstats: Port to FreeBSD.Christian Mauderer
2017-01-13Use thread name supportSebastian Huber
Update #2858.
2017-01-10ARP(8): Port to RTEMSSebastian Huber
2017-01-10VMSTAT(8): Port to RTEMSSebastian Huber
2017-01-10Enable multi-cast routing supportSebastian Huber
2016-12-15Add BRIDGE(4) support to configurationSebastian Huber
2016-11-10Fix default network memory configurationSebastian Huber
2016-07-06Set syslog priority to 'debug' for all tests.Chris Johns
2016-06-30Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns
The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
2016-06-28Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns
2016-06-27Add DEFAULT_NETWORK_PAGE_MBUFS_SIZE to allow per BSP allocation domain sizes.Chris Johns
2016-06-23Update due to RTEMS printer API changesSebastian Huber
2016-05-25testsuite: Update due to API changesSebastian Huber
2016-05-06Partially revert 27aedffc1bd8e41f4e06a3326a5b95c54ca38b79Sebastian Huber
2016-05-06Add sbin/sysctlChris Johns
2016-05-04default-network-init.h: Fix warningsSebastian Huber
2016-05-04Add tcpdump to the test shell commands.Chris Johns
2016-04-28Add nexus devices for default-init.Chris Johns
2015-11-02testsuite: Add bdbuf configurationSebastian Huber
2015-09-30tests: Increase stack size for dhcpcdSebastian Huber
On i386 with optimization disabled the minimum stack size was not enough.
2015-07-23Update due to header guard changesSebastian Huber
2015-04-01if_dwc: Add Altera Cyclone V supportSebastian Huber
2015-04-01tests: Support DEFAULT_EARLY_INITIALIZATIONSebastian Huber
2015-03-30LAGG(4): Enable and testSebastian Huber
2015-03-30VLAN(4): Enable and testSebastian Huber
2015-03-30tests: Fix define usageSebastian Huber
2015-03-26media01: New testSebastian Huber
2015-03-26mmc: Import MMC/SDCard support from libusbSebastian Huber
2015-03-06tests: Add PROFREPORT shell commandSebastian Huber
2015-01-21Add Xilinx Zynq BSP supportSebastian Huber
2014-11-05HOSTNAME(1): Import from FreeBSDSebastian Huber