072 (628a746cf0d380ba8fc0fff2926c899e323768a7) | 072 (550830f9351291c585c963204ad9127998b1c1ce) |
---|---|
1#!/bin/bash 2# 3# Test case for nested image formats 4# 5# Copyright (C) 2013 Red Hat, Inc. 6# 7# This program is free software; you can redistribute it and/or modify 8# it under the terms of the GNU General Public License as published by --- 24 unchanged lines hidden (view full) --- 33 _cleanup_test_img 34} 35trap "_cleanup; exit \$status" 0 1 2 3 15 36 37# get standard environment, filters and checks 38. ./common.rc 39. ./common.filter 40 | 1#!/bin/bash 2# 3# Test case for nested image formats 4# 5# Copyright (C) 2013 Red Hat, Inc. 6# 7# This program is free software; you can redistribute it and/or modify 8# it under the terms of the GNU General Public License as published by --- 24 unchanged lines hidden (view full) --- 33 _cleanup_test_img 34} 35trap "_cleanup; exit \$status" 0 1 2 3 15 36 37# get standard environment, filters and checks 38. ./common.rc 39. ./common.filter 40 |
41_supported_fmt vpc vmdk vhdx vdi qed qcow2 qcow cow | 41_supported_fmt vpc vmdk vhdx vdi qed qcow2 qcow |
42_supported_proto file 43_supported_os Linux 44 45IMG_SIZE=64M 46 47echo 48echo "=== Testing nested image formats ===" 49echo --- 20 unchanged lines hidden --- | 42_supported_proto file 43_supported_os Linux 44 45IMG_SIZE=64M 46 47echo 48echo "=== Testing nested image formats ===" 49echo --- 20 unchanged lines hidden --- |