Paul Angus <paul.an...@shapeblue.com> wrote:

> Hi Nathan,
>
> Ideally, if you put the template location in (or use a template defined  
> in)  test_data.py then the actual location can be overridden by anyone  
> testing.
>
> For Trillian, we've copied all of the templates that people have define  
> to a local repo and then replace the URLs in test_data.py to reduce  
> bandwidth use and download times.
>
> Ie:
>
>             "bootableIso":
>                 {
>                     "displaytext": "Test Bootable ISO",
>                     "name": "testISO",
>                     "bootable": True,
>                     "ispublic": False,
>                     "url": "{{ marvin_images_location 
> }}/TinyCore-current.iso",
>                     "ostype": 'Other Linux (64-bit)',
>                     "mode": 'HTTP_DOWNLOAD'
>         },
>


Thanks for the tip, this could work pretty well for us I think.

Reply via email to