Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

[WIP] Add performance test for bsc#1069711 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dincamihai
Copy link
Collaborator

This test is measuring the time to onboard a minion.

@dincamihai dincamihai changed the title Add performance test for bsc#1069711 [WIP] Add performance test for bsc#1069711 Feb 8, 2018
@meaksh
Copy link
Member

meaksh commented Jul 25, 2018

@dincamihai do we still need this?

@dincamihai
Copy link
Collaborator Author

@meaksh i don't know if we need to run this regularly but maybe we could keep it around for when we need it. Maybe I can just mark it with "skip"

fake = Faker()
image = request.config.getini('MINION_IMAGE') or request.config.getini('IMAGE')
obj = ContainerFactory(
config__name='minion_{0}_{1}'.format(fake.word(), fake.word()),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

append ST_JOB_ID

return minion_obj


@pytest.mark.parametrize('idx', range(10))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use 3 instead of 10

@dincamihai
Copy link
Collaborator Author

Check it still runs!

@SchoolGuy
Copy link
Contributor

@meaksh @agraul @vzhestkov Do we need to rebase this PR and merge it or do we want to close it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants