source:
trunk/packages/xen-common/xen-common/tools/xm-test/lib/XmTestLib/config.py.in
@
34
Last change on this file since 34 was 34, checked in by hartmans, 17 years ago | |
---|---|
|
|
File size: 141 bytes |
Line | |
---|---|
1 | #!/usr/bin/python |
2 | |
3 | ENABLE_HVM_SUPPORT = @ENABLE_HVM@ |
4 | NETWORK_IP_RANGE = "@NET_IP_RANGE@" |
5 | NETWORK = "@NETWORK_ADDRESS@" |
6 | NETMASK = "@NETMASK@" |
Note: See TracBrowser
for help on using the repository browser.