aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ftp/test/ftp_SUITE.erl
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2018-03-12 12:24:57 +0100
committerPéter Dimitrov <[email protected]>2018-03-28 10:19:38 +0200
commit66209e1ed94bb13c62987f5ca3f6d50c92fd17b7 (patch)
tree4094384251ca32c4cd991980dd79fb629b6626a3 /lib/ftp/test/ftp_SUITE.erl
parent4267a34d0f99a27d004f6d2c9f87df02a131c17a (diff)
downloadotp-66209e1ed94bb13c62987f5ca3f6d50c92fd17b7.tar.gz
otp-66209e1ed94bb13c62987f5ca3f6d50c92fd17b7.tar.bz2
otp-66209e1ed94bb13c62987f5ca3f6d50c92fd17b7.zip
ftp: Update app.src file
Change-Id: I4939a45cde292347975d8b870caeff15724046d2
Diffstat (limited to 'lib/ftp/test/ftp_SUITE.erl')
-rw-r--r--lib/ftp/test/ftp_SUITE.erl15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ftp/test/ftp_SUITE.erl b/lib/ftp/test/ftp_SUITE.erl
index 3d4331f866..3ebff82302 100644
--- a/lib/ftp/test/ftp_SUITE.erl
+++ b/lib/ftp/test/ftp_SUITE.erl
@@ -54,6 +54,8 @@ all() ->
{group, ftps_passive},
{group, ftps_active},
{group, ftp_sup},
+ app,
+ app_upp,
error_ehost,
clean_shutdown
].
@@ -287,6 +289,19 @@ end_per_testcase(_Case, Config) ->
%%--------------------------------------------------------------------
%% Test Cases --------------------------------------------------------
%%--------------------------------------------------------------------
+app() ->
+ [{doc, "Test that the ftp app file is ok"}].
+app(Config) when is_list(Config) ->
+ ok = ?t:app_test(ftp).
+
+%%--------------------------------------------------------------------
+appup() ->
+ [{doc, "Test that the ftp appup file is ok"}].
+appup(Config) when is_list(Config) ->
+ ok = ?t:appup_test(ftp).
+
+%%--------------------------------------------------------------------
+
user() -> [
{doc, "Open an ftp connection to a host, and logon as anonymous ftp,"
" then logoff"}].