From b26d341d2e525d5fe02fcd5e21fe47ba68616eec Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Fri, 26 Feb 2016 14:23:12 +0100 Subject: add bt apps in bt_sample.config --- priv/test_config/bt_sample.config | 1 + test/rvi_core_SUITE.erl | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/priv/test_config/bt_sample.config b/priv/test_config/bt_sample.config index 59ae564..92fb0d1 100644 --- a/priv/test_config/bt_sample.config +++ b/priv/test_config/bt_sample.config @@ -1,6 +1,7 @@ %% -*- erlang -*- [ {include_lib, "rvi_core/priv/test_config/sample.config"}, + {include_lib, "rvi_core/priv/config/add_bt_apps.config"}, {remove_apps, [dlink_tcp, dlink_tls]}, {set_env, [ diff --git a/test/rvi_core_SUITE.erl b/test/rvi_core_SUITE.erl index d65e6b7..b563755 100644 --- a/test/rvi_core_SUITE.erl +++ b/test/rvi_core_SUITE.erl @@ -141,9 +141,9 @@ groups() -> t_register_lock_service, t_register_sota_service, t_call_lock_service, - %% t_call_sota_service, - %% t_multicall_sota_service, - %% t_remote_call_lock_service, + t_call_sota_service, + t_multicall_sota_service, + t_remote_call_lock_service, t_no_errors ]} ]. -- cgit v1.2.1