Skip to content

Commit

Permalink
Remove address_test from contrail-controller repository
Browse files Browse the repository at this point in the history
address.cc has been moved to contrail-common, and address_test is no
longer building - move it also to contrail-common to fix tests.

Partial-Bug: #1746451
Change-Id: I0608e44c64bb2204013dc272da3a0d1253354f80
  • Loading branch information
kklimonda authored and ananth-at-camphor-networks committed Feb 16, 2018
1 parent 59aadd3 commit 18ef5e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 494 deletions.
4 changes: 0 additions & 4 deletions src/net/test/SConscript
Expand Up @@ -20,9 +20,6 @@ env.Alias('src/net:mac_address_test', mac_address_test)
rd_test = env.UnitTest('rd_test', ['rd_test.cc'])
env.Alias('src/net:rd_test', rd_test)

address_test = env.UnitTest('address_test', ['address_test.cc'])
env.Alias('src/net:address_test', rd_test)

community_type_test = env.UnitTest('community_type_test', ['community_type_test.cc'])
env.Alias('src/net:community_type_test', community_type_test)

Expand All @@ -31,7 +28,6 @@ test_suite = [
esi_test,
mac_address_test,
rd_test,
address_test
]

test = env.TestSuite('net-test', test_suite)
Expand Down

0 comments on commit 18ef5e3

Please sign in to comment.