Skip to content
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

Kernel REST API test fails #270

Open
davidbrochart opened this issue Jan 31, 2023 · 3 comments
Open

Kernel REST API test fails #270

davidbrochart opened this issue Jan 31, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@davidbrochart
Copy link
Collaborator

test_rest_api fails on Ubuntu and macOS.

@davidbrochart davidbrochart added the bug Something isn't working label Jan 31, 2023
@philipppahl
Copy link

@davidbrochart I managed to set up the project on Ubuntu. When trying to run asphalt independently it raised the following error: "LookupError: no such entry point in asphalt.components: resource_usage". Commenting out "resource_usage" in "config.yaml" allowed to run the test successfully. Any advice on how to proceed?

@davidbrochart
Copy link
Collaborator Author

It means that the fps-resource-usage plugin was not installed, so yes removing it from config.yaml is correct. Or you could also install it with pip install fps-resource-usage. The config.yaml is an example so you should modify it according to your needs, if you need to run Asphat independently.
If you want to continue this discussion, would you mind opening a new issue?

@philipppahl
Copy link

OK, so I guess you can close this issue since all tests are passing on Ubuntu? I haven't tried macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants