Remove legacy test/samples directory.

This commit is contained in:
Matt Clay 2016-12-06 17:43:33 -05:00
parent 580401c02b
commit 8e951b9f98
71 changed files with 0 additions and 4849 deletions

View file

@ -269,9 +269,6 @@ class PathMapper(object):
'network-integration': 'all',
}
if path.startswith('test/samples/'):
return minimal
if path.startswith('test/sanity/'):
return {
'sanity': 'all', # test infrastructure, run all sanity checks