Fix xenapi functions' tests

The tests got outdated, this fix makes the tests pass again.

Change-Id: Iadddfbf34bf79ba455811645e766c2f3d0fcca84
This commit is contained in:
Mate Lakat 2013-12-11 12:21:12 +00:00
parent 68f142324d
commit 085abd8eb7
2 changed files with 4 additions and 5 deletions

View File

@ -73,7 +73,7 @@ function [ {
done
return 1
fi
echo "Mock test does not implement the requested function"
echo "Mock test does not implement the requested function: ${1:-}"
exit 1
}

View File

@ -118,7 +118,7 @@ function test_zip_snapshot_location {
function test_create_directory_for_kernels {
(
. mocks
mock_out get_local_sr uuid1
mock_out get_local_sr_path /var/run/sr-mount/uuid1
create_directory_for_kernels
)
@ -141,7 +141,7 @@ EOF
function test_create_directory_for_images {
(
. mocks
mock_out get_local_sr uuid1
mock_out get_local_sr_path /var/run/sr-mount/uuid1
create_directory_for_images
)
@ -199,8 +199,7 @@ function test_get_local_sr {
[ "$RESULT" == "uuid123" ]
assert_xe_min
assert_xe_param "sr-list" "name-label=Local storage"
assert_xe_param "pool-list" params=default-SR minimal=true
}
function test_get_local_sr_path {