nova-dpm/nova_dpm/tests/unit/guest_image_tools/root_dir_default/znetconf

7 lines
143 B
Bash
Executable File

#! /bin/bash
# znetconf -a $dev_bus_id -o portno=$port -o layer2=1
if ! [[ "$@" == "-a 0.0.0001 -o portno=1 -o layer2=1" ]]; then
exit 1
fi