f45d429c3c
This change provides functional testing for both UEFI and legacy boot mode. This test builds an ISO image, run VM with a predefined IP address, and checks SSH connectivity. Change-Id: I498b78b4264a2f373837e3267a58b4309c8588fe |
||
---|---|---|
.. | ||
examples | ||
files | ||
Dockerfile | ||
Makefile | ||
README.md |
airship-isogen
Iso creation tool
Prepare
$(BUILD_DIR)=/some_path... mkdir $(BUILD_DIR)
If you don't have isogen image
make build_isogen
Usage
cp examples/user-data $(BUILD_DIR) cp examples/isogen.yaml $(BUILD_DIR) cp examples/network-config $(BUILD_DIR) #Modify files if necessary
docker run
--rm
-e BUILDER_CONFIG=/config/isogen.yaml
-v $(shell realpath $(BUILD_DIR)):/config/
$(shell cat $(BUILD_DIR)/image_id)
Get ubuntu_focal.iso from dir $(BUILD_DIR)