This directory contains sample resource matching configurations to showcase how tela handles resource management for test cases.
Use make check to run all testcases. Detailed test output in TAP13 format
can be found in the resulting file test.log.
-
MakefileMain Makefile defining testcase list and build recipes for compiled tests
-
resources.yamlList of all resources available for the current test cases.
-
all.yamlMatch all available resources but make sure at least two are matched
-
all.shOutput all matched resources with their attributes.
-
big.yamlTry to match a resource with the desired size.
-
one.yamlTry to match a single resource.
-
big.shone.shOutput matched resource(s).
-
toobig.yamlTry to match a resource with impossibly big size.
-
toomany.yamlTry to match more resources than available.
-
toobig.shtoomany.shSkip tests since resource matching will fail.