[TIC-CORE] Logger support and add test-cast for repodata 84/102384/1
authorChulwoo Shin <cw1.shin@samsung.com>
Mon, 5 Dec 2016 12:39:53 +0000 (21:39 +0900)
committerChulwoo Shin <cw1.shin@samsung.com>
Mon, 5 Dec 2016 12:39:53 +0000 (21:39 +0900)
commit1936539e7ea6190f0022af5891fba2f6a094f697
treee6e015bd1f918fe7d929470d4b8e76fcbca6096b
parent484bfa4de7d0507abbb2771081e9e58283726af8
[TIC-CORE] Logger support and add test-cast for repodata

Supports python logger for debugging and operation.
Add a unit-test for local/remote repository's repodata

Change-Id: I1cb0856d90a171e25b227d336475ce68df6d1ad4
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
29 files changed:
README.md
setup.py
test/dependency_fixtures/base/repodata/79f630ff956a21776f70ff33e24821fa1823aec8b79f0513189a9960414b9622-primary.xml [moved from test/dependency_fixtures/repodata/base-primary.xml with 89% similarity]
test/dependency_fixtures/base/repodata/79f630ff956a21776f70ff33e24821fa1823aec8b79f0513189a9960414b9622-primary.xml.gz [new file with mode: 0644]
test/dependency_fixtures/base/repodata/repomd.xml [new file with mode: 0644]
test/dependency_fixtures/mobile/repodata/2f5df56b9d899d2d42a4b26c11e34d89080bfab0538c4447a654953952a64551-primary.xml [moved from test/dependency_fixtures/repodata/mobile-primary.xml with 83% similarity]
test/dependency_fixtures/mobile/repodata/2f5df56b9d899d2d42a4b26c11e34d89080bfab0538c4447a654953952a64551-primary.xml.gz [new file with mode: 0644]
test/dependency_fixtures/mobile/repodata/6fccecc933a8e700029a971aa5770c7c5a704692399b49c291bc345569099c27-group.xml [new file with mode: 0644]
test/dependency_fixtures/mobile/repodata/6fccecc933a8e700029a971aa5770c7c5a704692399b49c291bc345569099c27-group.xml.gz [new file with mode: 0644]
test/dependency_fixtures/mobile/repodata/725f72df1662d3c895553bbea22043638f8e087c9ec062119caba85d7fb99725-patterns.xml [new file with mode: 0644]
test/dependency_fixtures/mobile/repodata/725f72df1662d3c895553bbea22043638f8e087c9ec062119caba85d7fb99725-patterns.xml.gz [new file with mode: 0644]
test/dependency_fixtures/mobile/repodata/repomd.xml [new file with mode: 0644]
test/dependency_fixtures/repodata/base-primary.xml.tar.gz [deleted file]
test/dependency_fixtures/repodata/mobile-primary.xml.tar.gz [deleted file]
test/suite.py
test/test_dependency.py
test/test_repodata.py [new file with mode: 0644]
tic/command.py
tic/dependency.py
tic/parser/repo_parser.py
tic/pykickstarter.py
tic/pymic.py
tic/repo.py
tic/server/tic_server.py
tic/utils/grabber.py
tic/utils/log.py [new file with mode: 0644]
tic/utils/logger.py [deleted file]
tic/utils/process.py
tools/tic-core