-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"/opt/flocker/bin/trail [test]" failed in scratch flocker installation #2959
Comments
Thanks @shay-berman You're right. If we encourage people to run the tests on packaged Flocker we should include all the dependencies required to run the tests. |
In order to run the driver test in production Flocker node, you need to install the following dependencies(in redhat):
If you encourage customers to run the trial test immediate after installing Flocker driver, then I guess we should fine easier way to run it. |
@wallrj is this just a documentation update or does this sound more like maybe a re-organize of the requirements would help |
In #2959 (comment) @wallnerryan
We probably need to re-organise our requirements files. Instead, that should probably be separated out into Also note that @vchernoy and I have been discussing packaging Flocker as a Docker image only, in which case, all the Python and OS dependencies would be included in the Docker image and the tests could be run from inside the Docker container. |
Hello
I installed flocker 1.15 (by the instruction mentioned here)
The I install my flocker driver successfully but when I try to run the flocker driver test, I get this error (exceptions.ImportError: No module named mimic.tap):
I though that clean Flocker installation allows to run /opt/flocker/bin/trial [test] out of the box.
Do I miss something?
here is the full error:
If i run
#> /opt/flocker/pip install -r https://github.com/ClusterHQ/flocker/blob/master/requirements/flocker-dev.txt
it install all the dependences and the /opt/flocker/bin/trial [test] running well.
If customer wants to run the driver test, he will have to install the flocker-dev.txt first, is it acceptable?
I though all the dependencies should come with scratched flocker installation.
Thanks
Shay
The text was updated successfully, but these errors were encountered: