My goal is to start using this suite with Ubuntu images. Towards that goal I
am initially trying to just get it running as-is without making any changes.
The only success that I've had is with the JeOS guests.

Has anyone gotten the suite working with Ubuntu images?

Has anyone gotten the suite working with Fedora images?
    Running:
        sudo ./run -t qemu --guest-os=Linux.Fedora.20.x86_64 --bootstrap

    Results:
        Internal error, traceback follows...
        Traceback (most recent call last):
          File "./run", line 883, in _process_options
            self.option_parser.default_guest_os))
          File "/home/bradf/virt-test/virttest/bootstrap.py", line 819, in 
bootstrap
            restore_image=restore_image)
          File "/home/bradf/virt-test/virttest/asset.py", line 365, in 
download_asset
            asset_info = get_asset_info(asset)
          File "/home/bradf/virt-test/virttest/asset.py", line 177, in 
get_asset_info
            asset_cfg = test_config.config_loader(asset_path)
          File "/home/bradf/autotest/client/test_config.py", line 62, in 
__init__
            self.parser.readfp(self.cfg, filename=cfg)
          File "/usr/lib/python2.7/ConfigParser.py", line 324, in readfp
            self._read(fp, filename)
          File "/usr/lib/python2.7/ConfigParser.py", line 512, in _read
            raise MissingSectionHeaderError(fpname, lineno, line)
        MissingSectionHeaderError: File contains no section headers.


Has anyone gotten the suite working with Debian images?
    Running:
        sudo ./run -t qemu --guest-os=Linux.Debian.6.0.7.x86_64

    Results:
        Internal error, traceback follows...
        Traceback (most recent call last):
          File "./run", line 883, in _process_options
            self.option_parser.default_guest_os))
          File "/home/bradf/virt-test/virttest/bootstrap.py", line 819, in 
bootstrap
            restore_image=restore_image)
          File "/home/bradf/virt-test/virttest/asset.py", line 364, in 
download_asset
            asset_info = get_asset_info(asset)
          File "/home/bradf/virt-test/virttest/asset.py", line 182, in 
get_asset_info
            if not os.path.isabs(destination):
          File "/usr/lib/python2.7/posixpath.py", line 61, in isabs
            return s.startswith('/')
        AttributeError: 'NoneType' object has no attribute 'startswith'

    The debian 6.0.7 .ini file isn't named correctly so it's not found.


Thanks,
Brad
-- 
Brad Figg [email protected] http://www.canonical.com

_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to