aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/bin/onos-die
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/bin/onos-die')
-rwxr-xr-xframework/src/onos/tools/test/bin/onos-die9
1 files changed, 0 insertions, 9 deletions
diff --git a/framework/src/onos/tools/test/bin/onos-die b/framework/src/onos/tools/test/bin/onos-die
deleted file mode 100755
index 9da768e8..00000000
--- a/framework/src/onos/tools/test/bin/onos-die
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-# -----------------------------------------------------------------------------
-# Remotely kills and stops the ONOS service on the specified node.
-# -----------------------------------------------------------------------------
-
-[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
-. $ONOS_ROOT/tools/build/envDefaults
-
-onos-kill "${1:-$OCI}" && onos-service "${1:-$OCI}" stop