Thursday, 2017-03-23

*** lifeless_ is now known as lifeless01:00
*** markvoelker has quit IRC05:08
*** markvoelker has joined #refstack05:09
*** markvoelker has quit IRC05:13
openstackgerritLuz Cazares proposed openstack/refstack master: Adding Python 3.5 to setup metadata  https://review.openstack.org/44862705:50
*** markvoelker has joined #refstack06:09
*** markvoelker has quit IRC06:13
*** dmellado has quit IRC07:03
*** dmellado has joined #refstack07:08
*** rmart04 has joined #refstack08:03
*** rmart04 has quit IRC08:07
*** markvoelker has joined #refstack08:10
*** markvoelker has quit IRC08:14
*** rmart04 has joined #refstack08:30
*** rmart04 has quit IRC08:35
*** openstackgerrit has quit IRC09:03
*** rmart04 has joined #refstack09:43
*** rmart04 has quit IRC09:47
*** markvoelker has joined #refstack10:11
*** markvoelker has quit IRC10:16
*** rmart04 has joined #refstack10:21
*** rmart04 has quit IRC10:25
*** markvoelker has joined #refstack12:13
*** markvoelker has quit IRC12:17
*** markvoelker has joined #refstack12:46
*** annegentle has joined #refstack14:00
*** annegentle has quit IRC14:07
*** annegentle has joined #refstack14:29
*** xinliang has quit IRC14:30
*** xinliang has joined #refstack14:44
*** xinliang has quit IRC14:44
*** xinliang has joined #refstack14:44
annegentlemguiney oh good! I do think the word "abandon" is a bit strong :)16:20
annegentleok, catherineD or hogepodge I have all my tests passing now (thanks to all your help!) and the script even reports failed: 0. But then when I upload it to refstack, I get  "Excluding flagged tests, this cloud passes 98.8% (82/83) of the required tests."16:42
annegentleso looking into which test, it's "tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params"16:42
annegentlewhen I run that by itself, I get "The test run didn't actually run any tests"16:43
annegentlea little help? ^^16:43
catherineDannegentle: that test has 2 alias: tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params or tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params16:51
catherineDCould you try to run either of the tests to see what happen..16:52
catherineDalso check to see whether your require test list include the alias16:52
annegentlecatherineD ok, yeah! will do16:57
annegentlecatherineD I do have alias=true16:57
catherineDdo you run with the link to get the test list or do you down load the test list first?16:58
annegentlewith the link - ./refstack-client test -c /stage-1/tempest_new.conf -v --test-list "https://refstack.openstack.org/api/v1/guidelines/2016.01/tests?target=platform&type=required&alias=true&flag=false"16:58
annegentlecatherineD not sure how to download the test list first16:59
annegentlejust click that link maybe?16:59
catherineDok let me investigage some more16:59
annegentlecatherineD ok, thanks... running the tests individually now16:59
annegentlecatherineD ok, test_list_no_params works17:00
catherineDthat  is good ... let me see whether the test list has it17:00
annegentleand then test_index_no_params does not run17:00
annegentlewith "The test run didn't actually run any tests" returned17:01
catherineDonly one of the 3 should work per tempest version17:01
annegentlecatherineD yeah it does in that URL page17:01
annegentleso, how can I run? with alias=false?17:02
catherineDdid not  run any test means that Tempest did not find that test which it should not because it should run with test_list_no_params17:02
catherineDno should always has alias=-true17:02
annegentleok17:03
annegentlecatherineD so something about the alias list isn't working?17:03
catherineDno let me look at it some more17:03
annegentlecatherineD ok, thanks. Let me know if you need anything.17:03
catherineDwill do17:04
catherineDcan you give me the full path of test_list_no_params that you run the test with that passed17:05
*** comp has joined #refstack17:10
compHi all17:10
annegentlecatherineD let's see, how do I get that?17:11
annegentlecomp hiya17:11
compcould you help me with tempest config?  Where can I see the full description of the tempest config?17:11
comphi anne17:11
catherineDcatherineD: I mean with the single test you just run17:11
catherineDannegentle: I mean with the single test you just run and passed17:11
annegentlecatherineD ha, sorry, I'm in the middle of an 18-minute test run, just a sec17:12
catherineDnp17:12
catherineDI want to make the name of the full test path matches17:12
annegentlecomp https://docs.openstack.org/developer/tempest/configuration.html17:14
annegentlecomp and then there's also a longer listing, but I can't find it right now, more reference info17:15
annegentlecomp oh here https://docs.openstack.org/developer/tempest/sampleconf.html#tempest-sampleconf17:15
annegentlecatherineD oh noes, now I did a keyboard cancel and can't clear out my user list to get credentials...17:17
catherineDannegentle: sorry for that17:17
annegentlecatherineD no worries.17:18
annegentlecatherineD it's now failing, what do I need to do to clear out everything? Delete resources on the cloud itself?17:18
compmany thanks anne17:18
catherineDsee whether you have  /tmp/locks_files ?17:18
annegentlecatherineD I did a rm -rf /tmp/tempest-lock and then re-ran, same failure17:19
compbut I wonder if it missing something important17:19
catherineDwhat is the error message?17:20
compcan not pass validation test17:20
catherineDcomp: check a few of this links:17:21
catherineDhttps://github.com/MatthewLiHW/refstack-client-usage/blob/master/README.rst17:21
catherineDsorry that was a wrong link :-)17:22
catherineDhttps://github.com/hogepodge/defcore-tools/blob/master/ansible/playbooks/CLOUDCONFIG.yml17:23
catherineDhttps://github.com/hogepodge/defcore-tools/blob/master/ansible/playbooks/templates/accounts.yaml.j217:23
compcetherineD, thank you17:31
catherineDcomp: i have a few more links to add17:32
catherineDcomp: basically for validation the default setting is false you need to set that to true17:33
compwill be very grateful if you share your links17:34
catherineDcomp: will do give me a few mins17:34
comprun_validation = true17:37
compsecurity_group = false17:37
compsecurity_group_rules = true17:37
compconnect_method = floating17:37
compimage_ssh_user = cirros17:37
compimage_ssh_password = cubswin:)17:37
compnetwork_for_ssh = private_network17:37
compit fails with timeout (or authentication error)17:38
compbut I can connect with ssh cirros@ip17:38
catherineDcomp: so the vm still exist after the test failed or you test the connectivity manually?17:39
compI connect when it exist17:40
catherineDduring test?17:40
compyes17:40
catherineDare the 2 images both cirros?17:40
catherineDthe other link https://aptira.com/testing-openstack-tempest-part-1/17:41
compyes17:41
compit is the same cirros image17:41
catherineDwhen you ssh to the vm do you ssh from the tester ?17:41
compyes17:41
catherineDnetwork_for_ssh = private_network17:42
compI run test from compute node17:42
catherineDand when you ssh to it what ip you use?17:43
compflotaing ip, 10.254.250.x17:44
compI have tried with static ip, the same17:44
catherineDso why would you set the network_for_ssh = private_network?17:44
compI have tried with fixed ip, the same17:44
catherineDis private_network you floating ip network?17:44
compprivate network network for instances17:45
catherineDhow many networks do you have ?17:45
compprivate_network 10.0.0.0/24 external_network 10.254.250.0/2417:46
catherineDso the external_network is what being use for floating ip17:46
compyes17:47
catherineDand that should be the network set to netowork_for_ssh17:47
catherineDnetwork_for_ssh17:47
catherineDit is also very odd to run the test from the compute node17:48
catherineDthe tester shoudl be a server outside of the cloud17:48
compwhy? it is a demo server, from outer I can not connect to the instances (floating ip is not accessible via internet)17:50
catherineDhttps://github.com/openstack/tempest/blob/master/tempest/config.py#L724-L72917:50
catherineDwell, if you test in a compute node ... it does not really represent an user outside of the cloud env ...17:52
compthank you18:03
compsometimes these test not cleaning up after test is done18:06
comphave to clear security groups by hand18:07
*** pvaneck has joined #refstack18:09
compopenstack like a woman - hard to understand, exploring every day, it requires many resources, should be rich in memory and cpu, spending all your time18:27
*** annegentle has quit IRC20:00
*** annegentle has joined #refstack20:01
compstill no luck with ssh20:20
*** annegentle has quit IRC21:31
*** openstackgerrit has joined #refstack23:12
openstackgerritPaul Van Eck proposed openstack/refstack master: Add openid fix migration script  https://review.openstack.org/44935623:13
openstackgerritPaul Van Eck proposed openstack/refstack master: Add openid fix migration script  https://review.openstack.org/44935623:26
*** comp has quit IRC23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!