Skip to content

Instantly share code, notes, and snippets.

View rlobillo's full-sized avatar

Ramon Lobillo Mateos rlobillo

  • Red Hat
  • Spain
View GitHub Profile
#!/bin/bash
set -x
export KUBECONFIG=~/ostest/auth/kubeconfig
cd ~
IFS=$'\n'
declare -a TESTS=(`grep -A10000 'Failing tests:' conformance_results/conformance_ocp-tests.log | grep '^\['`)
mkdir /home/stack/conformance_results_retest
for TEST in ${TESTS[@]}; do