Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-16
19:41:58 ankur-gupta-f4 Okay. Sounds good.
19:42:18 dtroyer we don't need to duplicate unit tests, but some things also can be affected by changes in the underlying libs and this is the only place we catch those until we add more integration tests
19:43:09 dtroyer to be clear, I think we understand the scope of unit tests, and functional tests work against a running cloud
19:43:44 dtroyer what I'm calling integration tests (maybe the wrong name) test the stack from the command parser down the the requests session emitting HTTP
19:44:04 dtroyer so no actual server required, we mock the HTTP reply and look at the entire client stack
19:44:37 ankur-gupta-f4 hows the run time for something like that?
19:45:41 ankur-gupta-f4 just thinking beyond to bringing it up into voting job
19:45:55 dtroyer similar to unit tests. I have a few defined in tests.unit.integ. so far they are mostly for checking os-client-config behaviour
19:46:10 dtroyer they are run with the unit tests today
19:46:40 dtroyer where unit tests mock out things outside osc, these use the entire stack of dependencies down to the requests lib
19:47:06 dtroyer so osc-lib, python-*client (or SDK), os-client-config, etc
19:47:25 ankur-gupta-f4 neat will take a look
19:48:18 dtroyer hmmm… I'm looking now and it seems like I wrote more than what is there
19:49:58 ankur-gupta-f4 thats all I had for today assuming we are still holding off on networking commands for a while
19:50:55 dtroyer I think we're past where I'd worry about adding functionality, I started looking at some of those larger reviews again yesterday
19:51:23 dtroyer PTG next week will affect the flow, either better or worse, depending on the amount of hacking time we end up with
19:52:05 ankur-gupta-f4 right. PTG :(
19:53:03 ankur-gupta-f4 Flavor Profile and Flavor are two huge ones that could use some eyes
19:53:04 dtroyer ankur-gupta-f1: so just fly home on Sunday and get on the wrong place. oops! Hartsfield? that's not the right airport… oh well…
19:53:10 dtroyer s/place/plane
19:53:38 ankur-gupta-f4 haha. I was thinking of just 'missing' my flight back to Texas and being stuck in Portland forever :|
19:54:31 ankur-gupta-f4 alright. Thanks for the help Dean. Going to go grab some grub
19:54:39 ankur-gupta-f4 thanks reedip_1 : sindhu
19:54:45 ankur-gupta-f4 thanks for the help as well :)
20:41:11 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Implement message docs https://review.openstack.org/435104
20:59:33 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Implement metric docs https://review.openstack.org/435110
21:23:56 openstackgerrit Ankur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing) https://review.openstack.org/428414
21:48:43 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize orchestration docs https://review.openstack.org/435132
#openstack-sdks - 2017-02-17
01:32:29 openstackgerrit Merged openstack/python-openstacksdk master: Reorganize orchestration docs https://review.openstack.org/435132
01:32:50 openstackgerrit Merged openstack/python-openstacksdk master: Implement message docs https://review.openstack.org/435104
01:34:05 openstackgerrit Merged openstack/python-openstacksdk master: Reorganize key_manager docs https://review.openstack.org/435069
01:35:11 openstackgerrit Merged openstack/python-openstacksdk master: Reorganize identity docs https://review.openstack.org/434534
14:48:54 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix function test for compute images https://review.openstack.org/435478
15:28:53 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix function test for compute images https://review.openstack.org/435478
16:03:14 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix function test for compute images https://review.openstack.org/435478
17:52:06 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Implement metric docs https://review.openstack.org/435110
18:15:47 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Fix image selection in server function tests https://review.openstack.org/435559
19:23:10 openstackgerrit Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
19:28:58 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Remove quota set workaround for SDK <0.9.13 https://review.openstack.org/435574
19:47:12 openstackgerrit Merged openstack/python-openstacksdk master: Fix function test for compute images https://review.openstack.org/435478
20:15:25 openstackgerrit Dean Troyer proposed openstack/python-openstacksdk master: Revert "Privatize session instance on Proxy subclasses" https://review.openstack.org/435584
20:26:07 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce Neutron DHCP agent commands to OSC. https://review.openstack.org/387611
22:52:35 openstackgerrit Merged openstack/python-openstackclient master: Fix image selection in server function tests https://review.openstack.org/435559
#openstack-sdks - 2017-02-18
00:03:58 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Finish converting server functional tests to JSON format https://review.openstack.org/435629
00:54:29 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Finish converting server functional tests to JSON format https://review.openstack.org/435629
03:36:06 openstackgerrit Merged openstack/python-openstackclient master: Add "encryption-*" options in volume type commands https://review.openstack.org/414197
04:56:51 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Update the image used for functional tests https://review.openstack.org/435656
06:25:10 openstackgerrit Merged openstack/python-openstackclient master: Add "volume host failover" command https://review.openstack.org/411259
06:25:16 openstackgerrit Merged openstack/python-openstackclient master: Functional test for router https://review.openstack.org/434099
06:41:15 openstackgerrit Merged openstack/python-openstackclient master: Fix "server create" command failed when --nic auto or none https://review.openstack.org/432993
15:39:27 openstackgerrit Merged openstack/python-openstacksdk master: Update the image used for functional tests https://review.openstack.org/435656
16:46:18 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the nextwork agent add remove test https://review.openstack.org/435720
17:50:54 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Finish converting server functional tests to JSON format https://review.openstack.org/435629
18:11:07 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the agent add remove test https://review.openstack.org/435723
19:21:39 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the agent add remove test https://review.openstack.org/435723
19:43:56 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the agent add remove test https://review.openstack.org/435723
21:46:45 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the service profile meta info test https://review.openstack.org/435734
21:49:14 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Remove remaining uses of SDK Proxy.session https://review.openstack.org/435735
22:36:28 openstackgerrit Merged openstack/python-openstackclient master: Finish converting server functional tests to JSON format https://review.openstack.org/435629
#openstack-sdks - 2017-02-19
00:11:36 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the network quota tests https://review.openstack.org/435740
14:31:11 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the network quota tests https://review.openstack.org/435740
15:22:28 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the network quota tests https://review.openstack.org/435740
15:38:35 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the agent add remove test https://review.openstack.org/435723
15:39:23 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the service profile meta info test https://review.openstack.org/435734
16:06:04 openstackgerrit Merged openstack/python-openstacksdk master: Fix the agent add remove test https://review.openstack.org/435723
16:08:31 openstackgerrit Merged openstack/python-openstacksdk master: Fix the service profile meta info test https://review.openstack.org/435734
16:47:08 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the network quota tests https://review.openstack.org/435740
16:58:02 openstackgerrit Merged openstack/python-openstackclient master: Remove quota set workaround for SDK <0.9.13 https://review.openstack.org/435574
17:00:34 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the network service provider test https://review.openstack.org/435795
17:04:13 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Remove remaining uses of SDK Proxy.session https://review.openstack.org/435735
17:12:59 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Fix the network floating ip test for get https://review.openstack.org/435798
17:27:01 openstackgerrit Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
21:47:52 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Remove remaining uses of SDK Proxy.session https://review.openstack.org/435735
#openstack-sdks - 2017-02-20
02:28:37 openstackgerrit Merged openstack/python-openstacksdk master: Fix the network service provider test https://review.openstack.org/435795
02:30:45 openstackgerrit Merged openstack/python-openstacksdk master: Fix the network floating ip test for get https://review.openstack.org/435798
02:30:50 openstackgerrit Merged openstack/python-openstacksdk master: Fix the network quota tests https://review.openstack.org/435740
02:43:43 openstackgerrit Merged openstack/python-openstacksdk master: Fix the nextwork agent add remove test https://review.openstack.org/435720
03:18:36 openstackgerrit Anh Tran proposed openstack/python-openstackclient master: Remove unused logging import https://review.openstack.org/435836
06:23:06 openstackgerrit Merged openstack/keystoneauth master: Fix ClientException message property not set properly https://review.openstack.org/285757
06:47:56 openstackgerrit Merged openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/431958
06:48:02 openstackgerrit Merged openstack/keystoneauth master: Fixed multiple target Auth warning in docstring https://review.openstack.org/431184
09:46:57 openstackgerrit Cedric Brandily proposed openstack/python-openstackclient master: Enable to specify which vm fixed-ip to publish https://review.openstack.org/371786
10:06:23 openstackgerrit jiahui.qiang proposed openstack/python-openstackclient master: Functional test for subnet https://review.openstack.org/435914
10:56:25 openstackgerrit Cedric Brandily proposed openstack/python-openstackclient master: Enable to specify which vm fixed-ip to publish https://review.openstack.org/371786
12:49:33 openstackgerrit Rodrigo Duarte proposed openstack/python-openstackclient master: Use *_as_ids instead *_as_list https://review.openstack.org/435972
12:57:14 openstackgerrit Rodrigo Duarte proposed openstack/python-openstackclient master: Use *_as_ids instead *_as_list https://review.openstack.org/435972
13:24:37 openstackgerrit Merged openstack/js-openstack-lib master: Use https instead of http for git.openstack.org https://review.openstack.org/429983
13:36:03 openstackgerrit Merged openstack/python-openstackclient master: Remove unused logging import https://review.openstack.org/435836
14:17:52 openstackgerrit Jamie Lennox proposed openstack/keystoneauth master: Add loading mock fixtures https://review.openstack.org/436012
14:19:29 openstackgerrit Merged openstack/cliff master: Updated from global requirements https://review.openstack.org/431929
15:24:08 openstackgerrit David Medberry proposed openstack/openstackclient master: From the PTG session https://review.openstack.org/436058
15:32:44 openstackgerrit Steve Martinelli proposed openstack/openstackclient master: add new plugins to requirements.txt https://review.openstack.org/436067
15:38:53 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Remove text about OSC as a plugin requirement https://review.openstack.org/436073
15:43:11 openstackgerrit Jamie Lennox proposed openstack/keystoneauth master: Add loading mock fixtures https://review.openstack.org/436012
15:45:46 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: TODO cleanup: osc-lib https://review.openstack.org/427969
15:47:22 openstackgerrit Merged openstack/openstackclient master: Fix for Sphinx 1.5 and pbr 1.10 https://review.openstack.org/432772
15:48:22 openstackgerrit Merged openstack/openstackclient master: add new plugins to requirements.txt https://review.openstack.org/436067
16:53:39 ankur-gupta-f1 dtroyer: if you have a second to discuss at PTG https://review.openstack.org/#/c/403907/
17:35:44 openstackgerrit Steve Martinelli proposed openstack/python-openstackclient master: TODO cleanup: osc-lib https://review.openstack.org/427969
18:36:28 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/432051

Earlier   Later