IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
This make it easier to work with the project and to improve packaging.
For example, README.md is now at the expected location, so it is
packaged automatically for pypi.
Change-Id: Ib1a456054de34146bf2a4f39a69ccf1756b99e41
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Some tests were copied from the vdsm-imaged project; these should be
removed before new tests for the proxy are added.
Change-Id: I4b23ce07ab573705e7d3409f96f653c4ddbe3cf0
Signed-off-by: Greg Padgett <gpadgett@redhat.com>
As a decision was made to move image-proxy and image-daemon under the
same repository, this patch moves image-daemon related files to its
specific directory.
Once this change is done, the next phase will be to start migrating code
from the image-proxy project into this one. The proxy code will also
reside in its own directory.
After that, common code and setup scripts will be made for easy setup.
Change-Id: I49a58d933272ee17e27666ba4a7ff55300dcadfe
Signed-off-by: Amit Aviram <aaviram@redhat.com>
We want to merge this project with ovirt-image-proxy, and have
consistent names. This also more consistent with other ovirt projects
(e.g. ovirt-engine, ovirt-hosted-engine-ha).
Change-Id: I7efd46413cc4dd4cc70e72eabc3c25e8ea986929
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Using pytest.fixture, we create now only one instance of uhttp server
and uhttp secure server, and reuse them for all tests. This save 1
second in the tests.
Change-Id: Ia47422e9b683c4fe659ad9be57b6112b19ff8907
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Previously we use same socket for all uhttp tests at
/tmp/vdsm-uhttp-test.sock. This can cause tests to fail if a server
started by another test is still running and prevent parallel testing.
We also did not remove the socket after the tests.
Keep the socket in per-test temporary directory automatically cleaned up
by pytest.
Change-Id: If2a7deb62f2800fa144f2322051343ef2b4a8d0e
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Adding two generic utilities:
- start_thread - starts named daemonic thread with no boilerplate
- uninterruptible - repeat a function after an interrupted syscall
Change-Id: Iaa64e3f8dfa167fd13323ea07c9af15631d217f5
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
vdsm-imaged provides direct access to oVirt disks using HTTPS protocol.
Together with ovirt-image-proxy, it allows uploading a disk image
directly into an oVirt disk, or downloading an oVirt disk.
See the README for the big picture.
Change-Id: I58c6471e700dfdae6ce643dcc0852935da56a962
Signed-off-by: Nir Soffer <nsoffer@redhat.com>