Remove current tests for vmh api. To be replaced by
new implementation.
Old implementation is not parametrized and only checks one scenario:
create heap and allocate on it.
New implementation will cover multiple heap creation, multiple allocations,
checking allocated memory for physical page allocation among other
scenarios.
Remove whole implementation since there is no code reuse.
Signed-off-by: Jakub Dabek <jakub.dabek@intel.com>
Test both cases - when spanning multiple blocks is allowed and when
it isn't.
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>