Monday, 2022-05-09

whoami-rajatgmann, sure, thanks for the help03:56
*** soniya29 is now known as soniya29|ruck06:13
*** soniya29 is now known as soniya29|ruck06:58
*** soniya29 is now known as soniya29|ruck07:19
*** jpena|off is now known as jpena07:30
*** soniya29 is now known as soniya29|ruck07:38
*** soniya29|ruck is now known as soniya29|ruck|lunch07:57
*** soniya29|ruck|lunch is now known as soniya29|ruck08:23
opendevreviewribaudr proposed openstack/tempest master: Tempest test for checking unshelve to host  https://review.opendev.org/c/openstack/tempest/+/84108809:39
*** pojadhav is now known as pojadhav|break12:22
opendevreviewMerged openstack/tempest master: Switch to ecdsa ssh key type by default  https://review.opendev.org/c/openstack/tempest/+/83875312:27
*** pojadhav|break is now known as pojadhav13:57
*** soniya29 is now known as soniya29|ruck14:06
*** pojadhav is now known as pojadhav|afk14:54
*** soniya29|ruck is now known as soniya29|ruck|dinner14:54
opendevreviewEduardo Olivares proposed openstack/tempest master: Validate network downtime during live migration  https://review.opendev.org/c/openstack/tempest/+/82868615:24
*** soniya29|ruck|dinner is now known as soniya29|ruck15:36
opendevreviewribaudr proposed openstack/tempest master: Tempest test for checking unshelve to host  https://review.opendev.org/c/openstack/tempest/+/84108816:10
*** soniya29|ruck is now known as soniya29|out16:12
opendevreviewEduardo Olivares proposed openstack/tempest master: Validate network downtime during live migration  https://review.opendev.org/c/openstack/tempest/+/82868616:28
arddennisHi I am currently evaluating tempest, writing scenarios and can’t find the way to pass an argument to the scenario. There is an option image_ref which can be defined in the tempest.conf and set  to use a specific image for the testing. I can also add my own section to the config and define image id there, but this all leads to configuration modification. Which is ok, but I define tempest to run my own set of tests against recently create17:07
arddennisd image and would like to be able to pass the id with the tempest execution. Is there any way to define it using env var or get access to the positional arguments passed to tempest run?17:07
arddennisI overlooked documentation and tried to look at the manager source, but failed to find the way to do so. Could someone point me in the right direction?17:07
*** jpena is now known as jpena|off17:17
gmannarddennis:  hi, yes you can pass the image id in image_ref which will be used by tempest to create VM17:24
gmannarddennis: but there is no such way to pass extra arg to tests than configuration one, which specific arg you would like to pass? we need to add that in tempest config and then use it in tests17:24
arddennisI need to run tests in single workspace for multiple different images about 20 different images at a time. I have a pool of projects to run tests in paralel. But currently do the following: change tempest.conf using configparser, run tempest scenario, then change the config for the new image and run another test scenario. 17:28
arddennisgmann, The way I currently made a workaround it doesn't look like a proper way of doing17:31
gmannarddennis: ok, with one workspace that is the only way to do it. but you do this with different workspace (20) and with different  image id in conf of each workspace17:34
arddennisgmann: this is understood. No way to pass env or arg. Thanks for confirming. 17:40
gmannarddennis: yeah.17:40
opendevreviewArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: Test resize with mem_page_size in flavor  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/82477218:12
jparkerartom: 4k doesn't show up in the domain xml, I wonder if it makes sense to either 1) only check if the available sizes are large enough or 2) make new test cases with explicit sizes and skip when those sizes are not present 19:41
artomjparker, grrr, so that's why we had 2M and 1G explicitly19:43
jparkerartom: yea I thought there was a reason we did 2M and 1G b/c 4k would have made things simple19:44
artomjparker, I mean I kinda want to try with 1 GB pages? :)20:02
artomThat, or figure out a way to wait for the delete to complete20:03
jparkerartom: could we make a waiter that is unique to WB that checks for the hugepage to release?20:12
artomjparker, that's kinda special-case-y20:22
artomjparker, I thing a better approach would be to figure out a way to wait for the delete to fully finish22:01
artomFunctional tests can listen for the notification, not sure that's realistic in whitebox...22:01

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!