~davi/kewpie/qp-fixes

« back to all changes in this revision

Viewing changes to percona_tests/xtrabackup_main/bug729843_test.py

  • Committer: Patrick Crews
  • Date: 2012-02-01 21:50:18 UTC
  • mfrom: (103.1.1 kewpie)
  • Revision ID: gleebix@gmail.com-20120201215018-ecby526e4optolcj
Updated xtrabackup tests + code

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
            self.assertTrue("--password=secret" not in output, msg = output)
81
81
            self.assertTrue("--password=xxxxxxxx" in output, msg = output)
82
82
              
83
 
    def tearDown(self):
84
 
            server_manager.reset_servers(test_executor.name)
85
 
 
86