~ubuntu-branches/ubuntu/raring/libvirt/raring

« back to all changes in this revision

Viewing changes to tests/storagepoolxml2xmltest.c

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-19 10:41:02 UTC
  • mfrom: (1.2.15) (223.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121119104102-l6ewdppikysbzztu
Tags: 1.0.0-0ubuntu2
debian/patches/add-armhf-sysinfo-infomration.patch: Disable
to fix FTBFS on arm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    DO_TEST("pool-mpath");
94
94
    DO_TEST("pool-iscsi-multiiqn");
95
95
    DO_TEST("pool-iscsi-vendor-product");
 
96
    DO_TEST("pool-sheepdog");
96
97
 
97
98
    return ret==0 ? EXIT_SUCCESS : EXIT_FAILURE;
98
99
}