Comment 1 for bug 1399328

Revision history for this message
Matt Bruzek (mbruzek) wrote :

The trusty version of the nfs charm also fails automated testing.

The latest automated test output for trusty can be found here:
http://reports.vapour.ws/charm-tests/charm-bundle-test-4988-results

The output for HP cloud is :

2014-11-04 03:56:58 Deployment complete in 484.21 seconds
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/charm-bundle-test/tmp7HVezN/nfs/tests/100-deploy", line 66, in <module>
    file_test = sentries['nfs'].file('/srv/data/relation-sentry/amulet-file-test')
  File "/usr/lib/python3/dist-packages/amulet/sentry.py", line 22, in file
    return self.file_stat(filename)
  File "/usr/lib/python3/dist-packages/amulet/sentry.py", line 77, in file_stat
    return self._fs_data(filename)
  File "/usr/lib/python3/dist-packages/amulet/sentry.py", line 74, in _fs_data
    return self._run_unit_script("filesystem_data.py {}".format(path))
  File "/usr/lib/python3/dist-packages/amulet/sentry.py", line 114, in _run_unit_script
    raise IOError(output)
OSError: Traceback (most recent call last):
  File "/tmp/amulet/filesystem_data.py", line 7, in <module>
    s = os.stat(sys.argv[1])
OSError: [Errno 2] No such file or directory: '/srv/data/relation-sentry/amulet-file-test'
ERROR subprocess encountered error code 1

Please consider fixing the charm or the tests so this charm passes automated testing.