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

Initialize variables to avoid segfault. #2

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Dmitry-Eremeev
Copy link

If we call 'keystone_end' right after 'keystone_start'
segfault occurs.
It's clear that it's not expected user behavior,
but possible segfaults should be avoided.

If we call 'keystone_end' right after 'keystone_start'
segfault occurs.
It's clear that it's not expected user behavior,
but possible segfaults should be avoided.
Code was obsolete - last commit was 4 yesrs ago.
Request and response formats were changed since then.
Also added small test to check obtaining of token.
Also added brief howto in readme.
KSTEST_ADMIN_URL = http://192.168.122.216/identity/v3/auth/tokens
OS_PROJECT_NAME = admin
KSTEST_ADMIN_USERNAME = admin
KSTEST_ADMIN_PASSWORD = secret
All methods are obsolete and have no use.
So removed them.
The only operation method is getting token.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant