ironic-inspector/functest/env/get_kernel_parameter
Dmitry Tantsur f656333d52 Functional test for boot interface detection
Also adds missing documentation.

Change-Id: I6eece4d022d929630be9b7612fdb860a07ee0c5e
Implements: blueprint better-boot-interface-detection
2015-02-09 16:55:19 +01:00

10 lines
170 B
Plaintext
Executable File

if [[ "$1" = "discoverd_callback_url" ]];
then
echo http://127.0.0.1:5050/v1/continue
elif [[ "$1" = "BOOTIF" ]];
then
echo 01-11-22-33-44-55-66
else
echo
fi