blob: 9882ab6ae10213957dbac2b1c718759caa975bd7 [file] [log] [blame]
Matthew Treinish3d468112013-10-24 21:49:14 +00001#!/bin/sh
2TEMPDIR=`mktemp -d`
3CFGFILE=tempest.conf.sample
4tools/config/generate_sample.sh -b ./ -p tempest -o $TEMPDIR
5if ! diff $TEMPDIR/$CFGFILE etc/$CFGFILE
6then
7 echo "E: tempest.conf.sample is not up to date, please run:"
8 echo "MODULEPATH=tempest.common.generate_sample_tempest tools/config/generate_sample.sh"
9 exit 42
10fi