Skip to content

Commit

Permalink
remove api-lib test from ci_unittests.json
Browse files Browse the repository at this point in the history
Partial-Bug: 1480881
Change-Id: I07fee372fd81f4cdabf3347f01fa149e6b1b19e8
  • Loading branch information
vmahuli committed Aug 4, 2015
1 parent 9bcd167 commit 59c6af4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion SConscript
Expand Up @@ -40,7 +40,6 @@ 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
1 change: 0 additions & 1 deletion ci_unittests.json
Expand Up @@ -23,7 +23,6 @@
"scons_test_targets" : [
"controller/src/config/svc_monitor:test",
"controller/src/config/schema-transformer:test",
"controller/src/api-lib:test",
"controller/src/config/api-server:test"
],
"misc_test_targets" : [ ]
Expand Down
2 changes: 0 additions & 2 deletions src/api-lib/SConscript
Expand Up @@ -123,6 +123,4 @@ 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('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 59c6af4

Please sign in to comment.