diff options
author | Siri Hansen <[email protected]> | 2012-11-15 08:54:25 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-11-15 08:54:25 +0100 |
commit | 042c2986445465f843e5dc4be4df34b28381d0d2 (patch) | |
tree | ff7934a3b0115cf80f415ade66fc2c8ccca6aad7 /lib/common_test/test | |
parent | c8d19718ca8e3c2ccc947f67e4068e752b34f6d3 (diff) | |
parent | ad398a0dbcdb36323d359bff61fe7f2e39f0e455 (diff) | |
download | otp-042c2986445465f843e5dc4be4df34b28381d0d2.tar.gz otp-042c2986445465f843e5dc4be4df34b28381d0d2.tar.bz2 otp-042c2986445465f843e5dc4be4df34b28381d0d2.zip |
Merge branch 'siri/common_test/ct_netconfc-close-problems' into maint
* siri/common_test/ct_netconfc-close-problems:
[common_test] Allow server to terminate netconf session before rpc-reply
[common_test] Ensure process down after ct_netconf:close_session
Diffstat (limited to 'lib/common_test/test')
-rw-r--r-- | lib/common_test/test/ct_netconfc_SUITE.erl | 2 |
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(), |