Update the path for the test blueprints

This commit is contained in:
Brian C. Lane 2018-04-03 13:44:00 -07:00
parent d030209d40
commit 0d7e1dacfd
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ class GitRecipesTest(unittest.TestCase):
self.repo = recipes.open_or_create_repo(self.repo_dir)
self.results_path = "./tests/pylorax/results/"
self.examples_path = "./tests/pylorax/recipes/"
self.examples_path = "./tests/pylorax/blueprints/"
self.new_recipe = os.path.join(self.examples_path, 'python-testing.toml')
@classmethod

View File

@ -31,7 +31,7 @@ class WorkspaceTest(unittest.TestCase):
self.repo = recipes.open_or_create_repo(self.repo_dir)
self.results_path = "./tests/pylorax/results/"
self.examples_path = "./tests/pylorax/recipes/"
self.examples_path = "./tests/pylorax/blueprints/"
recipe_path = joinpaths(self.examples_path, "http-server.toml")
f = open(recipe_path, 'rb')