Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2016-11-02 22:37:19
Size: 260
Editor: ?kuLa
Comment:
Revision 6 as of 2016-11-04 02:59:43
Size: 675
Editor: PaulWise
Comment: fit the naming scheme
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Testing Debian Cloud Images
Line 2: Line 3:
 1. Image is booting
 2. Provisioning software (cloud-init) run successfully
 3. Only specified ports are opened
 4. SSH logging is available (where applicable)
 1. Image boots
 2. We can login with username we specified
 3. We can install some packages
 4. If we installed something, we should be able to use this software
 5. Test that changes are followed (e.g. no login for root user)
 6. Tests for cloud-specific settings (e.g. disabling IPv6)?
 7. Log file of image creation does not contain eny errors. Log is on the hosts for auditing purposes
 8. Size of image should be similar to size of previous image. Similarly for the logs. If they are 2x bigger, you should read it

What should we test:

  1. Image boots
  2. We can login with username we specified
  3. We can install some packages
  4. If we installed something, we should be able to use this software
  5. Test that changes are followed (e.g. no login for root user)
  6. Tests for cloud-specific settings (e.g. disabling IPv6)?
  7. Log file of image creation does not contain eny errors. Log is on the hosts for auditing purposes
  8. Size of image should be similar to size of previous image. Similarly for the logs. If they are 2x bigger, you should read it

How should we test:

1. Autopkgtest with ssh into instance?