summaryrefslogtreecommitdiffhomepage
path: root/scripts/packetimpact_tests.sh
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2020-09-23 17:36:13 -0700
committergVisor bot <gvisor-bot@google.com>2020-09-23 17:38:02 -0700
commitfc1bf0d75618441923a27d2d4ecb3df6fbd0ff96 (patch)
tree18b6928978125ee2b7c72e9ace70a2b45473f3ed /scripts/packetimpact_tests.sh
parente02e7e999a65d4cb7784e67de74fb4ffa556b386 (diff)
Remove unused scripts.
PiperOrigin-RevId: 333408633
Diffstat (limited to 'scripts/packetimpact_tests.sh')
-rwxr-xr-xscripts/packetimpact_tests.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/scripts/packetimpact_tests.sh b/scripts/packetimpact_tests.sh
deleted file mode 100755
index 4878b72f4..000000000
--- a/scripts/packetimpact_tests.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-# Copyright 2019 The gVisor Authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-source $(dirname $0)/common.sh
-
-
-QUERY_RESULT=$(query 'attr(tags, packetimpact, tests(//test/packetimpact/...))')
-
-install_runsc_for_test runsc-d
-make load-packetimpact
-test_runsc $QUERY_RESULT