aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2013-11-29 10:47:25 +0100
committerSiri Hansen <[email protected]>2013-11-29 10:47:25 +0100
commit3b6f02df56823a122ca12ca84eda52c436f78e44 (patch)
treeb3594b85da362d588b74601078e10e9d712ae1a5 /lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
parent0279799e4f3d2404f657863d04d8c1d6f6c08985 (diff)
parent70039d8c87a0af63e865cdfd91c809c274b590d1 (diff)
downloadotp-3b6f02df56823a122ca12ca84eda52c436f78e44.tar.gz
otp-3b6f02df56823a122ca12ca84eda52c436f78e44.tar.bz2
otp-3b6f02df56823a122ca12ca84eda52c436f78e44.zip
Merge branch 'siri/cuddle-with-tests' into maint
* siri/cuddle-with-tests: [observer] Fix copy/paste error in observer_SUITE:app_file/1 [common_test] Minor corrections in test of ct_netconfc
Diffstat (limited to 'lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl b/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
index 6ee7fdd6f6..7acc05d5b2 100644
--- a/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
+++ b/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
@@ -143,11 +143,10 @@ init_per_suite(Config) ->
end.
end_per_suite(Config) ->
- PrivDir = ?config(priv_dir, Config),
?NS:stop(?config(server,Config)),
ssh:stop(),
crypto:stop(),
- remove_id_keys(PrivDir),
+ remove_id_keys(Config),
Config.
hello(Config) ->
@@ -698,7 +697,7 @@ timeout_receive_chunked_data(Config) ->
?ok = ct_netconfc:close_session(Client),
ok.
-%% Same as receive_chunked_data, but timeout waiting for last part.
+%% Same as receive_chunked_data, but close while waiting for last part.
close_while_waiting_for_chunked_data(Config) ->
DataDir = ?config(data_dir,Config),
{ok,Client} = open_success(DataDir),