mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9633:test_snapshot is failing due to incorrect string construction in utils.py
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e8de07a1ae
commit
f1fd325c08
|
|
@ -292,7 +292,7 @@ def is_snapshot_on_nfs(apiclient, dbconn, config, zoneid, snapshotid):
|
|||
# snapshot extension to be appended to the snapshot path obtained from db
|
||||
snapshot_extensions = {"vmware": ".ovf",
|
||||
"kvm": "",
|
||||
"xenserver": ".vhd",
|
||||
"xenserver": "",
|
||||
"simulator":""}
|
||||
|
||||
qresultset = dbconn.execute(
|
||||
|
|
|
|||
Loading…
Reference in New Issue