Skip to content

Commit

Permalink
Move api-lib to flaky list
Browse files Browse the repository at this point in the history
Change-Id: Ib960bef6a3565dd9baa5aaa3b3d2bd0aacede97e
Partial-Bug: 1480881
  • Loading branch information
vmahuli committed Aug 3, 2015
1 parent 19943e7 commit 53df3f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -23,7 +23,6 @@ env.Alias('controller/test', [
'controller/src/query_engine:test',
'controller/src/schema:test',
'controller/src/xmpp:test',
'controller/src/api-lib:test',
'controller/src/config/api-server:test',
'controller/src/config/schema-transformer:test',
])
Expand All @@ -41,6 +40,7 @@ env.Alias('controller/flaky-test', [
'controller/src/ifmap:flaky-test',
'controller/src/io:flaky-test',
'controller/src/xmpp:flaky-test',
'controller/src/api-lib:flaky-test',
'controller/src/config/device-manager:flaky-test',
])

Expand Down
4 changes: 2 additions & 2 deletions src/api-lib/SConscript
Expand Up @@ -123,6 +123,6 @@ test_depends = ['/config/common/dist/cfgm_common-0.1dev.tar.gz']
env.Depends(test_cmd, [env['TOP']+x for x in test_depends])
env.Depends(cov_cmd, [env['TOP']+x for x in test_depends])

env.Alias('test', test_cmd)
env.Alias('controller/src/api-lib:test', test_cmd)
env.Alias('flaky-test', test_cmd)
env.Alias('controller/src/api-lib:flaky-test', test_cmd)
env.Alias('controller/src/api-lib:coverage', cov_cmd)

0 comments on commit 53df3f2

Please sign in to comment.