Description
Currently controls tests is building its test web under beehive-test-distcontrols/test/webapps/controlsWeb and even calls a clean target to wipe out the beehive-test-dist/build (where netui's test web and test results are kept) before it runs its test. This will affect CC setup and makes it hard to clean build artifacts.
Expected: All test web need to be copied and built under beehive-test-dist/build/webapps and all test results need to be kept in beehive-test-dist/build/testResults. Only the top level clean target gets to remove beehive-test-dist/build directory.