--- /dev/null
+<testcase>
+ <summary>test build with tizen2.4 profile which contains Epoch packages</summary>
+ <fixtures>
+ <copy src="tools/create_proj" />
+ <copy src="conf/tizen2.4.cfg" />
+ <copy src="specs/fake.spec" />
+ </fixtures>
+ <steps><![CDATA[
+
+ ./create_proj fake.spec
+ sudo /bin/rm -rf ~/GBS-ROOT/*
+
+ #First run
+ gbs -c tizen2.4.cfg build fake -A armv7l 2>&1 | tee log
+ #Check for the presence of 'downloading' fields (must have in this step)
+ test -n "`grep "downloading" log`"
+
+ #second run using old chroot evn
+ sudo /bin/rm -rf ~/GBS-ROOT/local/repos
+ gbs -c tizen2.4.cfg build fake -A armv7l 2>&1 | tee log
+
+ #Check for the presence of 'downloading' fields (no exist)
+ test -z "`grep "downloading" log`"
+
+]]></steps>
+</testcase>