#!/bin/sh # Author: Piyush Kumar # Author: Munish Kumar # Author: Ayush Gupta # Author: Konark Modi # Christoph Galuschka t_Log "Running $0 - lftp: HTTP test" if [ "$CONTAINERTEST" -eq "1" ]; then t_Log "Running in container -> SKIP" exit 0 fi if [ $SKIP_QA_HARNESS -eq 1 ]; then URL="http://mirror.centos.org/" else URL="http://repo.centos.qa/srv/CentOS/" fi CHECK_FOR="UTC" FILE="timestamp.txt" t_Log "Querying ${URL}${FILE}" lftp <