~ubuntu-branches/ubuntu/saucy/deja-dup/saucy

« back to all changes in this revision

Viewing changes to tests/scripts/disk-full2.test

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-10-30 19:03:03 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20121030190303-w3fatge63ncm5uiw
Tags: 25.1.1-0ubuntu1
* New upstream release
* debian/control:
  - Use libsecret, not libgnome-keyring
  - Switch to valac-0.18
  - Add various deja-dup-backend-* metapackages to make seeding
    different ones easier for flavors
* debian/tests:
  - Add dep8 test to run upstream test suite against system install
* debian/patches/support-new-u1backend.patch:
  - Support new u1backend in duplicity 0.6.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Operation]
 
2
Type=backup
 
3
DiskFree=98;99
 
4
 
 
5
[Duplicity]
 
6
Runs=status 1;dry;remove;status 2;backup;status-restore;list;verify;
 
7
 
 
8
[Duplicity status 1]
 
9
#echo "INFO 3"
 
10
#echo "chain-no-sig"
 
11
#echo " full $(date --utc --date='2 days ago' +%Y%m%dT%H%M%SZ) 1 enc"
 
12
#echo "chain-complete"
 
13
#echo " full $(date --utc --date='1 day ago' +%Y%m%dT%H%M%SZ) 1 enc"
 
14
OutputScript=true
 
15
 
 
16
[Duplicity dry]
 
17
#echo "INFO 2 100"
 
18
OutputScript=true
 
19
 
 
20
[Duplicity remove]
 
21
RemoveButN=1
 
22
 
 
23
[Duplicity status 2]
 
24
#echo "INFO 3"
 
25
#echo "chain-complete"
 
26
#echo " full $(date --utc --date='1 day ago' +%Y%m%dT%H%M%SZ) 1 enc"
 
27
OutputScript=true