~jdstrand/ufw/ufw-xenial

« back to all changes in this revision

Viewing changes to tests/root/logging/runtest.sh

  • Committer: Jamie Strandboge
  • Date: 2012-12-04 15:40:10 UTC
  • Revision ID: jamie@canonical.com-20121204154010-hju2cu9pwhm99sxx
update to new upstream 0.33 release
adjust debian/after6.rules.md5sum and debian/before6.rules.md5sum

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
source "$TESTPATH/../testlib.sh"
18
18
sed -i 's/IPV6=no/IPV6=yes/' $TESTPATH/etc/default/ufw
19
19
 
 
20
# This isn't available everywhere, so we will test it later
 
21
sed -i "s/self.caps\['limit'\]\['6'\] = True/self.caps['limit']['6'] = False/" $TESTPATH/lib/python/ufw/backend.py
 
22
 
20
23
do_cmd "0" nostats disable
21
24
do_cmd "0" nostats enable
22
25