• Jérome Perrin's avatar
    testcase: retry `slapos node report` · affa1d85
    Jérome Perrin authored
    This command sometimes fail, for example with:
    
      2019-10-23 06:10:56 slapos[27556] ERROR
      Traceback (most recent call last):
        File "slapos/grid/SlapObject.py", line 800, in destroy
          self.cleanupFolder(self.instance_path)
        File "slapos/grid/SlapObject.py", line 836, in cleanupFolder
          os.remove(os.path.join(folder_path, file))
      FileNotFoundError: [Errno 2] No such file or directory: 'tmp/inst/defp5/.installed.cfg.tmp'
    affa1d85
testcase.py 15.1 KB