Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-09 | Doc for test case slowdose | Fredrik Gustafsson | |
2012-11-09 | Added testcases för minimum_bytes_per_second option | Fredrik Gustafsson | |
2012-11-02 | Merge branch 'maint' | Lukas Larsson | |
* maint: Skip ct_netconf tests if there is no crypto Migrate timers from test_server to ct interface Update tests to run with an oldshell emulator Move crypto check so that tc is skipped and not failed Update for new version of ppc compilation chain Verify that ebin folder of applications exists Conflicts: lib/asn1/test/asn1_SUITE.erl lib/kernel/test/interactive_shell_SUITE.erl | |||
2012-10-22 | Move crypto check so that tc is skipped and not failed | Lukas Larsson | |
2012-10-03 | inets: Remove dbg tracing from testcases | Björn-Egil Dahlberg | |
2012-10-02 | Merge branch 'raimo/inets/https-proxy/OTP-10256' | Raimo Niskanen | |
* raimo/inets/https-proxy/OTP-10256: inets httpc: Document that RFC 2817 is not supported inets: Dialyzer fixes inets httpc: TLS via proxy inets: Remove obsolete testcases that are now in the proxy suite inets: Add tests using external proxy running on localhost | |||
2012-10-02 | inets: Remove obsolete testcases that are now in the proxy suite | Raimo Niskanen | |
2012-10-02 | inets: Add tests using external proxy running on localhost | Raimo Niskanen | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-17 | Merge branch 'maint' | Micael Karlberg | |
2012-08-16 | [inets/httpd] Add another (cosmetic) printout for security test case | Micael Karlberg | |
2012-07-30 | [inets/httpd] Add prinouts to the security test case | Micael Karlberg | |
2012-07-25 | Did not handle timeout reason when IPv6 | Micael Karlberg | |
2012-07-24 | Add connect timeout | Micael Karlberg | |
2012-07-20 | Improved debug printouts | Micael Karlberg | |
2012-07-19 | inets: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-18 | Add error reason ehostunreach when trying with IPv4 | Micael Karlberg | |
If a IPv6 (inet6) connect fails, we try to connect with IPv4 (inet) again. Added error reason ehostunreach for which it is ok to try again (with IPv4). | |||
2012-07-11 | Merge branch 'bmk/inets/httpc/cancel_request/OTP-10092' into ↵ | Micael Karlberg | |
bmk/inets/inets591_integration | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-22 | [inets/httpc] Cancel request does not work | Micael Karlberg | |
Cancel request does not work due to incorrect handler table creation (wrong keypos). OTP-10092 | |||
2012-05-22 | [inets/httpc] Cosmetic update to pipeline test case | Micael Karlberg | |
Added (httpc) info printouts to all test case printouts. OYP-10092 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-15 | [inets] The module http_uri now officially supported | Micael Karlberg | |
The module http_uri now officially supported. Also, the http_uri:parse/1,2 function has been extended with more scheme support and a way to provide your own scheme info. OTP-9983 | |||
2012-03-14 | [inets/httpd] Fixed alias test cases | Micael Karlberg | |
Fixed the alias test cases where an invalid option was used. Also, hopefully improved error reporting in case connect fails. | |||
2012-03-13 | [inets/httpc] Add function to retreive current options | Micael Karlberg | |
Add function to retreive current options, httpc:get_options/1,2. OTP-9979 | |||
2012-02-29 | [inets/httpc] Make inets tests behave on all IPv6 impl | Micael Karlberg | |
Updated according to pan/inets_ipv6_test_issues as far as possible (that branch is based on master). | |||
2012-02-10 | [inets] Skip test case on windows (long path's) | Micael Karlberg | |
On windows we have a problem opening files when the path's are long (error reason eio). | |||
2012-02-09 | [inets] Add test case group check for IPv6 support | Micael Karlberg | |
2012-02-09 | [inets] Minor improvement to escaped_url_in_error_body | Micael Karlberg | |
2012-02-09 | [inets] Used invalid transport option for ssl (inet6fb4) | Micael Karlberg | |
2012-02-08 | [inets] Force use of IPv4 for all non-IPv6 cases | Micael Karlberg | |
2012-02-06 | [inets] Improved test util error handling when copy dirs | Micael Karlberg | |
Copy dirs failed for some cases, so added more info when that happens. Also added more info during httpd test case init. | |||
2012-02-06 | [inets] System Info printouts in test suite | Micael Karlberg | |
Moved the System Info printout to the init_per_suite function for the httpc suite. Added it to the same function for the httpd suite. | |||
2012-02-06 | [inets] Add preliminary "has IPv6 support" info to TC config | Micael Karlberg | |
2012-02-06 | [inets] Conditionally exec functions, testing for local host IPv6 support | Micael Karlberg | |
2012-02-06 | [inets] Testing IPv6 support on windows... | Micael Karlberg | |
2012-02-03 | [inets] Added verbosity printout to improve error detection | Micael Karlberg | |
Added verbosity printouts to detect error reason for file access error on windows. | |||
2012-02-03 | [inets] Improved error handling in test case | Micael Karlberg | |
2012-02-03 | [inets] Added more (printed) system info during test case init | Micael Karlberg | |
Print some host info (os, os-type and sys arch and so on) during test case init. | |||
2012-01-20 | [inets] Merged from R14B and also fixed appup | Micael Karlberg | |
Merge from R14B integration branch (for inets-5.7.3) and fixed appup and corresponding code-change code to work in new version (inets-5.8.1). Also some minor (R15B specific) test suite fixes. Merge branch 'bmk/inets/inets573_integration' into bmk/inets/inets581_integration/r15 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_client/httpc_internal.hrl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk | |||
2012-01-04 | [inets/httpc] Add test case | Micael Karlberg | |
Add a test case verifying the session selection. Add some more use of the update_session function. Improved verbosity printouts. OTP-9847 | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-28 | Add ssl (and crypto and public_key) ensure tests. | Micael Karlberg | |
That is, for test cases that depend of a running ssl app, added tests that ssl is actually running (actually the key app here is crypto, since the simplest way to test if ssl works is by testing if crypto does...). | |||
2011-11-28 | Be more forgiving when waiting for the response... | Micael Karlberg | |
2011-11-28 | Handle more possible results from parsing the response. | Micael Karlberg | |
2011-11-22 | Used wrong interface module (http instead of httpc: copy-and-paste). | Micael Karlberg | |
2011-11-15 | Merge branch 'maint-r14' | Micael Karlberg | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_uri.erl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk | |||
2011-11-09 | More merge cleanup. | Micael Karlberg | |
2011-11-09 | [httpd] GET request with malformed header date caused | Micael Karlberg | |
server crash (non-fatal) with no reply to client. Will now result in a reply with status code 400. OTP-9674 Merge branch 'bmk/inets/httpd/xss_with_bad_header_date/r14/OTP-9674' into bmk/inets/inets572_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src |