Test resource templates now use the same lab as the image generated alongside it. 93/69793/4
authorAdam Hassick <ahassick@iol.unh.edu>
Mon, 16 Mar 2020 15:20:03 +0000 (11:20 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Mon, 16 Mar 2020 19:50:45 +0000 (19:50 +0000)
Signed-off-by: Adam Hassick <ahassick@iol.unh.edu>
Change-Id: I22ce80b4d162dd31dc3bd2ff2bd7ee30d474a0dd
(cherry picked from commit 064f145f218385a6401fa6be2ccbbc462e915c26)

src/dashboard/testing_utils.py

index 01bb9c2..506e998 100644 (file)
@@ -122,7 +122,7 @@ def make_resource_config(template, profile=None, image=None):
         profile = make_resource_profile(lab=template.lab)
 
     if image is None:
-        image = make_image(profile)
+        image = make_image(profile, lab=template.lab)
 
     return ResourceConfiguration.objects.create(profile=profile, image=image, template=template)