aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test
AgeCommit message (Collapse)Author
2014-02-05Changed to correct errorcode in testcaseFredrik Gustafsson
2014-02-05inets: Make test suites independent of each otherIngela Anderton Andin
2014-02-05inets: Rewrite of test case to avoid timing issues in test codeIngela Anderton Andin
Conflicts: lib/inets/test/httpd_SUITE.erl
2014-02-05inets: Mend broken max_clients checkIngela Anderton Andin
Conflicts: lib/inets/src/http_server/httpd_manager.erl Conflicts: lib/inets/test/inets_sup_SUITE.erl
2014-02-05inets: Start CT'ify httpd_SUITEIngela Anderton Andin
Conflicts: lib/inets/test/httpd_SUITE.erl
2014-02-05inets: Remove use of default gen_server timeoutIngela Anderton Andin
If you need a timeout between client and server use a server side timeout instead of the default gen_server:call/2 timeout that is quite useless. Also remove legacy code that has no further use.
2014-02-05Fix http_request:http_headers/1 to send content-length when length is zeroCA Meijer
In R16B01, the http_request:http_headers/1 function removes the content-length field from the HTTP headers if the content length is zero. This results in some (perhaps many) HTTP servers rejecting POSTs and PUTs without data with a 411 status word. From RFC2616, section 14.13: "Any Content-Length greater than or EQUAL to zero is a valid value".
2014-02-05inets: Restore ftp test files for the inets_{,sup_}SUITE to not failHans Nilsson
2014-02-05inets: Add crypto start check to ssl test casesIngela Anderton Andin
2014-02-05ftp: Adds dynamic cert generation to tests.Hans Nilsson
2014-02-05ftp: Clean Makefile and conf fileHans Nilsson
2014-02-05ftp: delete old test filesHans Nilsson
Conflicts: lib/inets/test/ftp_suite_lib.erl
2014-02-05ftp: small fixesHans Nilsson
2014-02-05ftps: workingHans Nilsson
2014-02-05ftp: old ftp_SUITE re-written and worksHans Nilsson
2014-02-05ftp: Implement ftps (upgrade to TLS)Ingela Anderton Andin
2014-02-05ftp: Implement ftps (upgrade to TLS)Ingela Anderton Andin
2014-02-05[eldap, inets]: fix testcases when ssl not is presentFredrik Gustafsson
Conflicts: lib/eldap/test/eldap_basic_SUITE.erl
2014-02-05inets: httpc make httpc_cancel_request/[1,2] asynchronousIngela Anderton Andin
Conflicts: lib/inets/src/http_client/httpc_handler.erl
2014-02-05Fix {stream, {self, once}} in httpcMasatake Daimon
Previously the only difference between {stream, self} and {stream, {self, once}} was an extra Pid in the stream_start message due to a bug in httpc_handler. It was immediately sending a bunch of messages till the end instead of waiting for httpc:stream_next/1 being called.
2014-02-05httpc: Allow content body in DELETE requestsJames Wheare
2014-02-05inets: added testcase for keep_alive_timeoutFredrik Gustafsson
2014-02-05Add test for httpd config option 'script_timeout'Johannes Weißl
The option got ignored before 720721e.
2014-02-05inets: httpc improve pipeliningIngela Anderton Andin
2014-02-05inets: Add stronger RSA test-keysIngela Anderton Andin
The ones provided will fail inets test cases as default ssl will negotiate stronger cipher suites now that will fail the with the weak keys.
2014-02-05Test nocache option of mod_cgi and mod_esiJohannes Weißl
Tests that the nocache options work and can be used independently from each other. This was broken before c8ef69c. Conflicts: lib/inets/test/httpd_basic_SUITE.erl
2014-02-05inets: added simple testcase for option erl_script_nocacheFredrik Gustafsson
2014-02-05inets httpc: Revert incorrect commit regarding cookie handling.Ingela Anderton Andin
2014-02-05Added guard for invalid field and values in headersFredrik Gustafsson
2014-02-05inets: Improve ssl handlingIngela Anderton Andin
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846
2014-02-05[inets] Appup test suite now handles version REsMicael Karlberg
2014-02-05inets - httpc_SUITE: add redirect tests for response 303Hans Svensson
httpc contains code for redirecting http response 301, 302, 303, and 307, but no tests existed for response '303 See Other'. Added tests (get, head, and post) for 303 and renumbered tests for 307. The subtle thing is that for 303 also post requests *should* be redirected. Also added the necessary 303 page to the dummy_server.
2014-02-05inets: Remove dbg tracing from testcasesBjörn-Egil Dahlberg
2014-02-05inets: Remove obsolete testcases that are now in the proxy suiteRaimo Niskanen
2014-02-05inets: Add tests using external proxy running on localhostRaimo Niskanen
2012-11-23Update copyright yearsBjörn-Egil Dahlberg
2012-11-15Increased waiting time to check if socket is downFredrik Gustafsson
2012-11-14Fine adjustments of slowdos algFredrik Gustafsson
2012-11-12Changes to slowdos testcaseFredrik Gustafsson
2012-11-09Doc for test case slowdoseFredrik Gustafsson
2012-11-09Added testcases för minimum_bytes_per_second optionFredrik Gustafsson
2012-10-22Move crypto check so that tc is skipped and not failedLukas Larsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-16[inets/httpd] Add another (cosmetic) printout for security test caseMicael Karlberg
2012-07-30[inets/httpd] Add prinouts to the security test caseMicael Karlberg
2012-07-25Did not handle timeout reason when IPv6Micael Karlberg
2012-07-24Add connect timeoutMicael Karlberg
2012-07-20Improved debug printoutsMicael Karlberg
2012-07-18Add error reason ehostunreach when trying with IPv4Micael 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-11Merge branch 'bmk/inets/httpc/cancel_request/OTP-10092' into ↵Micael Karlberg
bmk/inets/inets591_integration