Adding Bazel packaging of admin tools and test tools.

Change-Id: I321c79264cf5f3ca0d6c7a52e300c916acbe463a
diff --git a/tools/test/BUILD b/tools/test/BUILD
new file mode 100644
index 0000000..db476dd
--- /dev/null
+++ b/tools/test/BUILD
@@ -0,0 +1,14 @@
+
+filegroup(
+    name = "onos-admin",
+    srcs = [
+        "bin/onos",
+      ],
+    visibility = ["//visibility:public"],
+)
+
+filegroup(
+    name = "onos-test",
+    srcs = glob(["**/*"]),
+    visibility = ["//visibility:public"],
+)
\ No newline at end of file