summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Wiger <ulf@wiger.net>2016-02-26 14:23:12 +0100
committerUlf Wiger <ulf@wiger.net>2016-02-26 14:23:12 +0100
commitb26d341d2e525d5fe02fcd5e21fe47ba68616eec (patch)
treecf0245edb0718ef5b5394cea809452c6dc440456
parentfdfeaec064672a7591324535f3f3b50f465b0ab0 (diff)
downloadrvi_core-b26d341d2e525d5fe02fcd5e21fe47ba68616eec.tar.gz
add bt apps in bt_sample.config
-rw-r--r--priv/test_config/bt_sample.config1
-rw-r--r--test/rvi_core_SUITE.erl6
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
]}
].