build: Support SECURED mode in csdk connectivity test
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 1 Dec 2016 01:35:43 +0000 (02:35 +0100)
committerPhil Coval <philippe.coval@osg.samsung.com>
Tue, 10 Jan 2017 20:39:06 +0000 (20:39 +0000)
Bug: https://jira.iotivity.org/browse/IOT-1684
Change-Id: I6b47f7b3439b923ec12f26b0e159e3b7a1144658
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12721
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8175
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Greg Zaverucha <gregz@microsoft.com>
Reviewed-by: Nivedita Singhvi <niveditasinghvi@gmail.com>
resource/csdk/connectivity/test/SConscript

index 61af3b5..8afe26b 100644 (file)
@@ -86,8 +86,7 @@ catests = catest_env.Program('catests', tests_src)
 Alias("test", [catests])
 
 catest_env.AppendTarget('test')
-# TODO: fix test in supported configurations
-if catest_env.get('TEST') == '1' and catest_env.get('SECURED') != '1':
+if catest_env.get('TEST') == '1':
         if target_os in ['linux', 'windows']:
                 catest_env.AppendENVPath('PATH', catest_env.get('BUILD_DIR'))
                 run_test(catest_env,