Fix bug 1112: Save content of symlinks with FSMongo 05/9205/15
authorDavid Garcia <david.garcia@canonical.com>
Fri, 26 Jun 2020 15:04:37 +0000 (17:04 +0200)
committerDavid Garcia <david.garcia@canonical.com>
Tue, 30 Jun 2020 11:21:38 +0000 (13:21 +0200)
commit8ab6cc621e77323982e19eaf4f4e1d8ddcd356df
tree48fa4eb6b66374fbfcfe840f80e733c34dd78de9
parent0d8e4bc4bc2e7bc1e46048fe779b7e2f0012fda0
Fix bug 1112: Save content of symlinks with FSMongo

- Store data for symlinks with GridFS
- Add unit tests: This includes an Example of a tar with a folder, a file, a symlink to folder and a symlink to file

Change-Id: I3ac9cb1a3bc2dc39b58e61658a96c7f97f59c2a5
Signed-off-by: David Garcia <david.garcia@canonical.com>
osm_common/fsmongo.py
osm_common/tests/test_fsmongo.py