Port out of test manager realm

These tests will now run in "/core/testing:system-tests".

Bug: 128859
Change-Id: I29fb8cb8ee03e9da27e1e5e30c4cbcbd26aaf5b0
diff --git a/fuchsia/BUILD.gn b/fuchsia/BUILD.gn
index 4db75b1..b151c24 100644
--- a/fuchsia/BUILD.gn
+++ b/fuchsia/BUILD.gn
@@ -184,13 +184,14 @@
   ]
 }
 # fuchsia-pkg://fuchsia.com/openvx_cts#meta/openvx_cts.cml
-fuchsia_component("openvx_cts_vsi_cmp") {
+fuchsia_test_component("openvx_cts_vsi_cmp") {
   component_name = "openvx_cts"
   deps = [
     ":vx_test_conformance_vsi",
     ":libtest-testmodule",
   ] + resource_deps
   manifest = "meta/test_openvx_cts.cml"
+  test_type = "system"
 }
 
 fuchsia_test_package("openvx-cts-vsi") {
diff --git a/fuchsia/meta/test_openvx_cts.cml b/fuchsia/meta/test_openvx_cts.cml
index 1f8a3bf..3d31b4a 100644
--- a/fuchsia/meta/test_openvx_cts.cml
+++ b/fuchsia/meta/test_openvx_cts.cml
@@ -5,7 +5,6 @@
     include: [
         "sys/testing/elf_test_runner.shard.cml",
         "//src/sys/test_runners/tmp_storage.shard.cml",
-        "sys/testing/system-test.shard.cml",
         "syslog/client.shard.cml",
     ],
     program: {