Adding default profile tizeniot
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Wed, 8 Jul 2020 09:20:26 +0000 (18:20 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Wed, 8 Jul 2020 09:20:26 +0000 (18:20 +0900)
Change-Id: Ic6ba834edf05fc634de594810e179a1059a06ffb

abs

diff --git a/abs b/abs
index 098e496..0343640 100755 (executable)
--- a/abs
+++ b/abs
@@ -147,7 +147,7 @@ class _Rootstrap(object):
     def list_rootstrap(self, rootstrap_search=None):
         """List all the rootstraps"""
 
-        rs_prefix = 'mobile|wearable'
+        rs_prefix = 'mobile|wearable|tizeniot'
         if rootstrap_search is not None:
             rs_prefix = rootstrap_search
         print 'Set rs_prefix: %s' % rs_prefix