source: trunk/packages/xen-3.1/xen-3.1/tools/xm-test/tests/info/01_info_basic_pos.py @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

  • Property svn:mime-type set to text/script
File size: 248 bytes
Line 
1#!/usr/bin/python
2
3# Copyright (C) International Business Machines Corp., 2005
4# Author: Dan Smith <danms@us.ibm.com>
5
6from XmTestLib import *
7
8status, output = traceCommand("xm info")
9
10if status != 0:
11    FAIL("xm info returned %i != 0" % status)
Note: See TracBrowser for help on using the repository browser.