Home | History | Annotate | Download | only in tools

Lines Matching refs:Atffile

34     cat >Atffile <<EOF
35 Content-Type: application/X-atf-atffile; version="1"
41 echo "tp: ${f}" >>Atffile
243 atf_test_case atffile
246 atf_set "descr" "Tests that the variables defined by the Atffile" \
257 echo "Checking that defining 'testvar' through the Atffile works."
258 echo 'conf: testvar = "a value"' >>Atffile
263 "file overrides the one in the Atffile."
275 "one in the Atffile."
283 atf_set "descr" "Tests that variables defined by an Atffile are not" \
291 mv Atffile helper dir
295 echo 'conf: testvar = "a value"' >> Atffile
298 echo "Checking that defining 'testvar' in the correct Atffile works."
299 echo 'conf: testvar = "a value"' >>dir/Atffile
1098 atf_add_test_case atffile