diff options
| author | Bill Peck <bpeck@redhat.com> | 2014-06-25 16:05:32 -0400 |
|---|---|---|
| committer | Bill Peck <bpeck@redhat.com> | 2014-06-25 16:05:32 -0400 |
| commit | fc3d760297959b1a81f8729246a584f6d1648d23 (patch) | |
| tree | 95ed03d661994eca8037cecc5eb6a4134ac99ca6 /distribution | |
| parent | b8b6e06cc0ecf40c5c9a0b821174a2ff91489862 (diff) | |
| download | tests-fc3d760297959b1a81f8729246a584f6d1648d23.tar.gz tests-fc3d760297959b1a81f8729246a584f6d1648d23.tar.xz tests-fc3d760297959b1a81f8729246a584f6d1648d23.zip | |
debug
Diffstat (limited to 'distribution')
| -rwxr-xr-x | distribution/virt/import/runtest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distribution/virt/import/runtest.sh b/distribution/virt/import/runtest.sh index 5cb60ac..f816675 100755 --- a/distribution/virt/import/runtest.sh +++ b/distribution/virt/import/runtest.sh @@ -663,6 +663,9 @@ if ver=$(rpm -q --qf '%{version}\n' --whatprovides redhat-release); then fi fi +./get_guest_info.py --kvm-num) +echo "kvm_num=${kvm_num}" + # if this will be kvm guests' install make sure that correct kernel is running. if [[ ${kvm_num} > 0 ]]; then if uname -r | grep xen ; then |
