~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to AutoUpgradeTester/profile/server/DistUpgrade.cfg

  • Committer: Michael Vogt
  • Date: 2009-01-20 11:01:45 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090120110145-wxawnyuvw3i91d0f
AutoUpgradeTester/UpgradeTestBackendQemu.py: move VncNum, SshPort, BaseImage, SwapImage, CacheBaseImage options from the NonInteraction section to the new KVM section

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
ForceOverwrite=no
42
42
RealReboot=yes
43
43
SSHKey=ssh-key
44
 
BaseImage=jeos/intrepid-i386.qcow2
45
 
;SwapImage=jeos/swap.qcow2
46
44
Components=main,restricted
47
45
Pockets=security,updates
48
46
UpgradeFromDistOnBootstrap=true
49
 
CacheBaseImage=yes
50
47
;AddRepo=local_testing.list
51
 
SshPort=54322
52
 
VncNum=1
53
48
 
54
49
[KVM]
55
50
Virtio=True
 
51
VncNum=1
 
52
SshPort=54322
 
53
BaseImage=jeos/intrepid-i386.qcow2
 
54
;SwapImage=jeos/swap.qcow2
 
55
CacheBaseImage=yes
56
56