diff options
author | xiaojuan.mao <xiaojuan.mao@samsung.com> | 2017-08-08 16:26:19 +0800 |
---|---|---|
committer | xiaojuan.mao <xiaojuan.mao@samsung.com> | 2017-08-08 16:29:13 +0800 |
commit | 33bed3aa993a9db2727f2b2044a3b43334182be8 (patch) | |
tree | 606683cecf9953373e19f7200c067024e83ce3e1 /tests | |
parent | a5cca2b08349c596407a156379b6bf1c36b62205 (diff) | |
download | mic-33bed3aa993a9db2727f2b2044a3b43334182be8.tar.gz mic-33bed3aa993a9db2727f2b2044a3b43334182be8.tar.bz2 mic-33bed3aa993a9db2727f2b2044a3b43334182be8.zip |
Locally built mic-bootstrap using gbs cannot be used in mic.
Change-Id: I9fe14df33b74670321ca302d1783f647e87c216d
Diffstat (limited to 'tests')
-rwxr-xr-x[-rw-r--r--] | tests/test_configmgr.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_configmgr.py b/tests/test_configmgr.py index 2f15f10..08c3744 100644..100755 --- a/tests/test_configmgr.py +++ b/tests/test_configmgr.py @@ -64,7 +64,8 @@ class ConfigMgrTest(unittest.TestCase): 'primary': '%s/test/primary.sqlite' % cachedir, 'proxies': None, 'repokey': None, - 'repomd': '%s/test/repomd.xml' % cachedir}] + 'repomd': '%s/test/repomd.xml' % cachedir, + 'priority': None}] self.configmgr._ksconf = KSCONF self.assertTrue(isinstance(self.configmgr.create['ks'], KickstartParser)) #self.assertEqual(self.configmgr.create['name'], 'test') |