bc5d8fb055
Resolves: rhbz#1919019 Signed-off-by: Honggang Li <honli@redhat.com>
9 lines
226 B
Bash
9 lines
226 B
Bash
#!/bin/bash
|
|
set -x
|
|
|
|
# This is a workaround for eth-tools OSCI gating test. Until OSCI
|
|
# support submit test to designated beaker machines, which have the
|
|
# hardware for eth-tools, we can't run OSCI test for eth-tools.
|
|
|
|
exit 0
|