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

Add xen and xen-common

  • Property svn:mime-type set to text/script
File size: 141 bytes
Line 
1#!/usr/bin/python
2
3ENABLE_HVM_SUPPORT = @ENABLE_HVM@
4NETWORK_IP_RANGE = "@NET_IP_RANGE@"
5NETWORK = "@NETWORK_ADDRESS@"
6NETMASK = "@NETMASK@"
Note: See TracBrowser for help on using the repository browser.