Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
43 lines (31 loc) · 1003 Bytes

README.md

File metadata and controls

executable file
·
43 lines (31 loc) · 1003 Bytes

Test hyper install script in docker container

Install script test report

OS hyper.sh hypercontainer
CentOS7 ok ok
CentOS6 ok -
Fefora24 ok ok
Fefora23 ok ok
Ubuntu16.04(xenial) ok ok
Ubuntu14.04(trusty) ok -
Debian8(jessie) ok ok
Debian7(wheezy) ok -

Dependency for hypercontainer

  • qemu 2+
  • libvirt

Test install script in docker container

For example: test under CentOS 7

$ cd centos/7

//build image hyperhq/test-installer-centos:7.2.1511
$ ./util.sh build

//run container test-installer-centos
$ ./util.sh run

//test local install script
$ docker exec -it test-installer-centos-7 bash

//install hypercli in container
$ ./util.sh test_hyper

//install hypercontainer in container
$ ./util.sh test_hypercontainer