aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_netconfc_SUITE.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-11-13 17:04:54 +0100
committerSiri Hansen <[email protected]>2012-11-14 11:07:12 +0100
commit2145697ca8263f7afe5824dcf2cf4539dab5fa59 (patch)
tree14f439c55290cb8b776e5e909d4e685c0c48d5fd /lib/common_test/test/ct_netconfc_SUITE.erl
parent27e544f51c93c058153444876ea5cc0c7516f3fd (diff)
downloadotp-2145697ca8263f7afe5824dcf2cf4539dab5fa59.tar.gz
otp-2145697ca8263f7afe5824dcf2cf4539dab5fa59.tar.bz2
otp-2145697ca8263f7afe5824dcf2cf4539dab5fa59.zip
[common_test] Ensure process down after ct_netconf:close_session
OTP-10510 When starting a named netconf connection directly after stopping one with the same name, it sometimes failed with 'connection_exists'. This has been corrected.
Diffstat (limited to 'lib/common_test/test/ct_netconfc_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_netconfc_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_netconfc_SUITE.erl b/lib/common_test/test/ct_netconfc_SUITE.erl
index 30084a6228..3042a924fe 100644
--- a/lib/common_test/test/ct_netconfc_SUITE.erl
+++ b/lib/common_test/test/ct_netconfc_SUITE.erl
@@ -113,7 +113,7 @@ reformat(Events, EH) ->
%%%-----------------------------------------------------------------
%%% TEST EVENTS
%%%-----------------------------------------------------------------
-events_to_check(Test,Config) ->
+events_to_check(default,Config) ->
{module,_} = code:load_abs(filename:join(?config(data_dir,Config),
netconfc1_SUITE)),
TCs = netconfc1_SUITE:all(),