mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
9 lines
104 B
Ruby
9 lines
104 B
Ruby
|
def test_template_name
|
||
|
'squeeze-test'
|
||
|
end
|
||
|
|
||
|
def test_ephemeral_vm_name
|
||
|
'fog-test-server-shindo'
|
||
|
end
|
||
|
|