Skip to content

Commit

Permalink
Merge "Closes-Bug: #1578340 adding a dummy scons UT target for contra…
Browse files Browse the repository at this point in the history
…il-nodemgr:test that gets used when trying to commit to controller/src/nodemgr directory" into R3.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 9, 2016
2 parents d81261a + 3a48607 commit 70c7f5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci_unittests.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@
],
"misc_test_targets" : [ ]
},
"contrail-nodemgr" : {
"source_directories" : [
"controller/src/nodemgr"
],
"scons_test_targets" : [
"contrail-nodemgr:test"
],
"misc_test_targets" : [ ]
},
"contrail-libs" : {
"source_directories" : [
"controller/src/base",
Expand Down
5 changes: 5 additions & 0 deletions src/nodemgr/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ OpEnv.Default(sdist_gen)

OpEnv.Alias("src:nodemgr", sdist_gen)
OpEnv.Alias("contrail-nodemgr", sdist_gen)

#dummy scons target for nodemgr test
test_suite = [ ]
test_cmd = OpEnv.TestSuite('contrail-nodemgr-test', test_suite)
OpEnv.Alias('contrail-nodemgr:test', test_cmd)

0 comments on commit 70c7f5e

Please sign in to comment.