Skip to content

Conversation

@uppalk1
Copy link
Contributor

@uppalk1 uppalk1 commented Nov 18, 2016

  • Add firewallDisable to let ping function test the new static IP

<SynchronousCommand wcm:action="add">
<Order>2</Order>
<% if( firewallDisable ) { %>
<CommandLine>powershell -Command "Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False" </CommandLine>
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you need this line and the next line to be enclosed with <% %>, otherwise the firewall is going to be disabled for all installs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@geoff-reid I tested otherwise and it stays enabled.

Copy link
Contributor

Choose a reason for hiding this comment

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

sounds good. I retract my comment.

</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<% if( firewallDisable ) { %>
Copy link
Contributor

Choose a reason for hiding this comment

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

should add check for undefined value

@uppalk1
Copy link
Contributor Author

uppalk1 commented Nov 18, 2016

@geoff-reid firewallDisable defaults to false. If I check for undefined I need to remove the default value or else xml script complains.

@JenkinsRHD
Copy link
Contributor

BUILD on-http #2856 : UNSTABLE

BUILD smoke-test #3810 Error Logs ▼

Test Name: test_nodes_discovery
Error Details: timeout waiting for task discovery
-------------------- >> begin captured logging << --------------------
tests.api.v1_1.nodes_tests: INFO: Wait start time: 2016-11-18 09:39:05.808885
amqp: DEBUG: Start from server, version: 0.9, properties: {u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2013 GoPivotal, Inc.', u'capabilities': {u'exchange_exchange_bindings': True, u'connection.blocked': True, u'authentication_failure_close': True, u'basic.nack': True, u'consumer_priorities': True, u'consumer_cancel_notify': True, u'publisher_confirms': True}, u'platform': u'Erlang/OTP', u'version': u'3.2.4'}, mechanisms: [u'AMQPLAIN', u'PLAIN'], locales: [u'en_US']
amqp: DEBUG: Open OK!
kombu: INFO: Starting AMQP worker <unbound Queue graph.finished -> <unbound Exchange on.events(topic)> -> graph.finished.>
amqp: DEBUG: Start from server, version: 0.9, properties: {u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2013 GoPivotal, Inc.', u'capabilities': {u'exchange_exchange_bindings': True, u'connection.blocked': True, u'authentication_failure_close': True, u'basic.nack': True, u'consumer_priorities': True, u'consumer_cancel_notify': True, u'publisher_confirms': True}, u'platform': u'Erlang/OTP', u'version': u'3.2.4'}, mechanisms: [u'AMQPLAIN', u'PLAIN'], locales: [u'en_US']
amqp: DEBUG: Open OK!
kombu.mixins: INFO: Connected to amqp://guest:__@127.0.0.1:9091//
amqp: DEBUG: using channel_id: 1
amqp: DEBUG: Channel open
tests.api.v1_1.nodes_tests: INFO: {
"duration": "0:01:26.718112",
"graph_name": "Graph.SKU.Discovery",
"route_id": "5f8a5238-b81b-4282-bf5f-ffa1e7daa9ef",
"status": "succeeded",
"target": "582f12935afcd2f408c7b77c"
}
tests.api.v1_1.nodes_tests: INFO: {
"duration": "0:01:32.093736",
"graph_name": "Graph.SKU.Discovery",
"route_id": "24782898-6412-4c11-8e3d-c1b0b99be57c",
"status": "succeeded",
"target": "582f12975afcd2f408c7b783"
}
modules.worker: ERROR: subtask timeout after 1200 seconds, (id=discovery), stopping..
kombu: INFO: Stopping AMQP worker <unbound Queue graph.finished -> <unbound Exchange on.events(topic)> -> graph.finished.
>
modules.worker: INFO: stopping subtask for discovery
amqp: DEBUG: Closed channel #1
--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/usr/lib/python2.7/unittest/case.py", line 1043, in runTest
self.testFunc()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
compatability.capture_type_error(s_func)
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
func()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
func(test_case.state.get_state())
File "/home/jenkins/workspace/on-http/RackHD/test/tests/api/v1_1/nodes_tests.py", line 123, in test_nodes_discovery
message='timeout waiting for task {0}'.format(self.__task.id))
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/asserts.py", line 67, in assert_false
raise ASSERTION_ERROR(message)
'timeout waiting for task discovery\n-------------------- >> begin captured logging << --------------------\ntests.api.v1_1.nodes_tests: INFO: Wait start time: 2016-11-18 09:39:05.808885\namqp: DEBUG: Start from server, version: 0.9, properties: {u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/\', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2013 GoPivotal, Inc.', u'capabilities': {u'exchange_exchange_bindings': True, u'connection.blocked': True, u'authentication_failure_close': True, u'basic.nack': True, u'consumer_priorities': True, u'consumer_cancel_notify': True, u'publisher_confirms': True}, u'platform': u'Erlang/OTP', u'version': u'3.2.4'}, mechanisms: [u'AMQPLAIN', u'PLAIN'], locales: [u'en_US']\namqp: DEBUG: Open OK!\nkombu: INFO: Starting AMQP worker <unbound Queue graph.finished -> <unbound Exchange on.events(topic)> -> graph.finished.
>\namqp: DEBUG: Start from server, version: 0.9, properties: {u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/\', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2013 GoPivotal, Inc.', u'capabilities': {u'exchange_exchange_bindings': True, u'connection.blocked': True, u'authentication_failure_close': True, u'basic.nack': True, u'consumer_priorities': True, u'consumer_cancel_notify': True, u'publisher_confirms': True}, u'platform': u'Erlang/OTP', u'version': u'3.2.4'}, mechanisms: [u'AMQPLAIN', u'PLAIN'], locales: [u'en_US']\namqp: DEBUG: Open OK!\nkombu.mixins: INFO: Connected to amqp://guest:__@127.0.0.1:9091//\namqp: DEBUG: using channel_id: 1\namqp: DEBUG: Channel open\ntests.api.v1_1.nodes_tests: INFO: {\n "duration": "0:01:26.718112",\n "graph_name": "Graph.SKU.Discovery",\n "route_id": "5f8a5238-b81b-4282-bf5f-ffa1e7daa9ef",\n "status": "succeeded",\n "target": "582f12935afcd2f408c7b77c"\n}\ntests.api.v1_1.nodes_tests: INFO: {\n "duration": "0:01:32.093736",\n "graph_name": "Graph.SKU.Discovery",\n "route_id": "24782898-6412-4c11-8e3d-c1b0b99be57c",\n "status": "succeeded",\n "target": "582f12975afcd2f408c7b783"\n}\nmodules.worker: ERROR: subtask timeout after 1200 seconds, (id=discovery), stopping..\nkombu: INFO: Stopping AMQP worker <unbound Queue graph.finished -> <unbound Exchange on.events(topic)> -> graph.finished._>\nmodules.worker: INFO: stopping subtask for discovery\namqp: DEBUG: Closed channel #1\n--------------------- >> end captured logging << ---------------------'

Test Name: teardown
Error Details: 'X-Auth-Token'
-------------------- >> begin captured logging << --------------------
modules.redfish_auth: INFO: auth already disabled.
--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/usr/lib/python2.7/unittest/case.py", line 1043, in runTest
self._testFunc()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
compatability.capture_type_error(s_func)
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
func()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
func(test_case.state.get_state())
File "/home/jenkins/workspace/on-http/RackHD/test/tests/api/redfish_1_0/session_service_tests.py", line 38, in teardown
Auth.disable()
File "/home/jenkins/workspace/on-http/RackHD/test/modules/redfish_auth.py", line 67, in disable
del config.api_client.default_headers['X-Auth-Token']
"'X-Auth-Token'\n-------------------- >> begin captured logging << --------------------\nmodules.redfish_auth: INFO: auth already disabled.\n--------------------- >> end captured logging << ---------------------"

Test Name: teardown
Error Details: 'X-Auth-Token'
-------------------- >> begin captured logging << --------------------
modules.redfish_auth: INFO: auth already disabled.
--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/usr/lib/python2.7/unittest/case.py", line 1043, in runTest
self._testFunc()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
compatability.capture_type_error(s_func)
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
func()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
func(test_case.state.get_state())
File "/home/jenkins/workspace/on-http/RackHD/test/tests/api/redfish_1_0/account_service_tests.py", line 38, in teardown
Auth.disable()
File "/home/jenkins/workspace/on-http/RackHD/test/modules/redfish_auth.py", line 67, in disable
del config.api_client.default_headers['X-Auth-Token']
"'X-Auth-Token'\n-------------------- >> begin captured logging << --------------------\nmodules.redfish_auth: INFO: auth already disabled.\n--------------------- >> end captured logging << ---------------------"

Test Name: test_node_catalogs
Error Details: Node catalog is empty!
Stack Trace: Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/usr/lib/python2.7/unittest/case.py", line 1043, in runTest
self._testFunc()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
compatability.capture_type_error(s_func)
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
func()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
func(test_case.state.get_state())
File "/home/jenkins/workspace/on-http/RackHD/test/tests/api/v2_0/nodes_tests.py", line 264, in test_node_catalogs
assert_not_equal(0, len(resp), message='Node catalog is empty!')
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/asserts.py", line 151, in assert_not_equal
raise ASSERTION_ERROR(message)
AssertionError: Node catalog is empty!

Test Name: test_tag_create
Error Details: (404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Content-Length': '110', 'X-Powered-By': 'Express', 'Connection': 'keep-alive', 'ETag': 'W/"6e-J+DVCbR1WVVSpBr/I83nfA"', 'Date': 'Fri, 18 Nov 2016 14:59:42 GMT', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json; charset=utf-8'})
HTTP response body: {"message":"No Catalogs Found for Source (dmi).","status":"404","UUID":"67171efd-fd9c-48c3-98ce-7691dfe65b36"}

Stack Trace: Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/usr/lib/python2.7/unittest/case.py", line 1043, in runTest
self._testFunc()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
compatability.capture_type_error(s_func)
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
func()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
func(test_case.state.get_state())
File "/home/jenkins/workspace/on-http/RackHD/test/tests/api/v2_0/tags_tests.py", line 45, in test_tag_create
tagsWithRules = self.__create_tag_rule(n.get('id'))
File "/home/jenkins/workspace/on-http/RackHD/test/tests/api/v2_0/tags_tests.py", line 26, in __create_tag_rule
Api().nodes_get_catalog_source_by_id(identifier=id,source='dmi')
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/apis/api_api.py", line 1862, in nodes_get_catalog_source_by_id
callback=params.get('callback'))
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 322, in call_api
response_type, auth_settings, callback)
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 149, in __call_api
post_params=post_params, body=body)
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 342, in request
headers=headers)
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/rest.py", line 184, in GET
query_params=query_params)
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/rest.py", line 177, in request
raise ApiException(http_resp=r)
ApiException: (404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Content-Length': '110', 'X-Powered-By': 'Express', 'Connection': 'keep-alive', 'ETag': 'W/"6e-J+DVCbR1WVVSpBr/I83nfA"', 'Date': 'Fri, 18 Nov 2016 14:59:42 GMT', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json; charset=utf-8'})
HTTP response body: {"message":"No Catalogs Found for Source (dmi).","status":"404","UUID":"67171efd-fd9c-48c3-98ce-7691dfe65b36"}

Test Name: get_sku_nodes
Error Details: (404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Content-Length': '110', 'X-Powered-By': 'Express', 'Connection': 'keep-alive', 'ETag': 'W/"6e-RJmEP4Gvu2Sf0Wpfg0LXLA"', 'Date': 'Fri, 18 Nov 2016 14:59:50 GMT', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json; charset=utf-8'})
HTTP response body: {"message":"No Catalogs Found for Source (dmi).","status":"404","UUID":"5b2f0484-ed67-4105-9937-bc1cdf1d6e1f"}

-------------------- >> begin captured logging << --------------------
tests.api.v2_0.skupack_tests: INFO: node_manufacturer is : Quanta Computer Inc
tests.api.v2_0.skupack_tests: INFO: posting SKU : {'rules': [{'path': 'dmi.Base Board Information.Manufacturer', 'contains': u'Quanta'}], 'name': 'mytestsku'}
tests.api.v2_0.skupack_tests: INFO: ID of the posted sku is: e9f0ce39-2f7f-433e-8bc9-0a4c2005c691
tests.api.v2_0.skupack_tests: INFO: node_id 582f12935afcd2f408c7b77c
tests.api.v2_0.skupack_tests: INFO: updated_noded is : {u'sku': u'/api/2.0/skus/e9f0ce39-2f7f-433e-8bc9-0a4c2005c691', u'catalogs': u'/api/2.0/nodes/582f12935afcd2f408c7b77c/catalogs', u'name': u'52:54:be:ef:c4:3b', u'tags': u'/api/2.0/nodes/582f12935afcd2f408c7b77c/tags', u'workflows': u'/api/2.0/nodes/582f12935afcd2f408c7b77c/workflows', u'identifiers': [u'52:54:be:ef:c4:3b'], u'relations': [{u'relationType': u'enclosedBy', u'info': None, u'targets': [u'582f12de6aa531ee089791c7']}], u'autoDiscover': u'false', u'obms': [], u'pollers': u'/api/2.0/nodes/582f12935afcd2f408c7b77c/pollers', u'type': u'compute', u'id': u'582f12935afcd2f408c7b77c'}
tests.api.v2_0.skupack_tests: INFO: Deleting the added sku
tests.api.v2_0.skupack_tests: INFO: node_manufacturer is : Intel Corporation
tests.api.v2_0.skupack_tests: INFO: posting SKU : {'rules': [{'path': 'dmi.Base Board Information.Manufacturer', 'contains': u'Intel'}], 'name': 'mytestsku'}
tests.api.v2_0.skupack_tests: INFO: ID of the posted sku is: 6c468344-3cb2-4da3-ae44-338722513951
tests.api.v2_0.skupack_tests: INFO: node_id 582f12975afcd2f408c7b783
tests.api.v2_0.skupack_tests: INFO: updated_noded is : {u'sku': u'/api/2.0/skus/6c468344-3cb2-4da3-ae44-338722513951', u'catalogs': u'/api/2.0/nodes/582f12975afcd2f408c7b783/catalogs', u'name': u'52:54:be:ef:34:28', u'tags': u'/api/2.0/nodes/582f12975afcd2f408c7b783/tags', u'workflows': u'/api/2.0/nodes/582f12975afcd2f408c7b783/workflows', u'identifiers': [u'52:54:be:ef:34:28'], u'relations': [{u'relationType': u'enclosedBy', u'info': None, u'targets': [u'582f12e46aa531ee089791d4']}], u'autoDiscover': u'false', u'obms': [], u'pollers': u'/api/2.0/nodes/582f12975afcd2f408c7b783/pollers', u'type': u'compute', u'id': u'582f12975afcd2f408c7b783'}
tests.api.v2_0.skupack_tests: INFO: Deleting the added sku
--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/usr/lib/python2.7/unittest/case.py", line 1043, in runTest
self._testFunc()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
compatability.capture_type_error(s_func)
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
func()
File "/tmp/.venv/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
func(test_case.state.get_state())
File "/home/jenkins/workspace/on-http/RackHD/test/tests/api/v2_0/skupack_tests.py", line 148, in get_sku_nodes
Api().nodes_get_catalog_source_by_id(identifier=node_id,source='dmi')
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/apis/api_api.py", line 1862, in nodes_get_catalog_source_by_id
callback=params.get('callback'))
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 322, in call_api
response_type, auth_settings, callback)
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 149, in __call_api
post_params=post_params, body=body)
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 342, in request
headers=headers)
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/rest.py", line 184, in GET
query_params=query_params)
File "/tmp/.venv/local/lib/python2.7/site-packages/on_http_api2_0/rest.py", line 177, in request
raise ApiException(http_resp=r)
'(404)\nReason: Not Found\nHTTP response headers: HTTPHeaderDict({'Content-Length': '110', 'X-Powered-By': 'Express', 'Connection': 'keep-alive', 'ETag': 'W/"6e-RJmEP4Gvu2Sf0Wpfg0LXLA"', 'Date': 'Fri, 18 Nov 2016 14:59:50 GMT', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json; charset=utf-8'})\nHTTP response body: {"message":"No Catalogs Found for Source (dmi).","status":"404","UUID":"5b2f0484-ed67-4105-9937-bc1cdf1d6e1f"}\n\n-------------------- >> begin captured logging << --------------------\ntests.api.v2_0.skupack_tests: INFO: node_manufacturer is : Quanta Computer Inc \ntests.api.v2_0.skupack_tests: INFO: posting SKU : {'rules': [{'path': 'dmi.Base Board Information.Manufacturer', 'contains': u'Quanta'}], 'name': 'mytestsku'}\ntests.api.v2_0.skupack_tests: INFO: ID of the posted sku is: e9f0ce39-2f7f-433e-8bc9-0a4c2005c691\ntests.api.v2_0.skupack_tests: INFO: node_id 582f12935afcd2f408c7b77c\ntests.api.v2_0.skupack_tests: INFO: updated_noded is : {u'sku': u'/api/2.0/skus/e9f0ce39-2f7f-433e-8bc9-0a4c2005c691', u'catalogs': u'/api/2.0/nodes/582f12935afcd2f408c7b77c/catalogs', u'name': u'52:54:be:ef:c4:3b', u'tags': u'/api/2.0/nodes/582f12935afcd2f408c7b77c/tags', u'workflows': u'/api/2.0/nodes/582f12935afcd2f408c7b77c/workflows', u'identifiers': [u'52:54:be:ef:c4:3b'], u'relations': [{u'relationType': u'enclosedBy', u'info': None, u'targets': [u'582f12de6aa531ee089791c7']}], u'autoDiscover': u'false', u'obms': [], u'pollers': u'/api/2.0/nodes/582f12935afcd2f408c7b77c/pollers', u'type': u'compute', u'id': u'582f12935afcd2f408c7b77c'}\ntests.api.v2_0.skupack_tests: INFO: Deleting the added sku\ntests.api.v2_0.skupack_tests: INFO: node_manufacturer is : Intel Corporation \ntests.api.v2_0.skupack_tests: INFO: posting SKU : {'rules': [{'path': 'dmi.Base Board Information.Manufacturer', 'contains': u'Intel'}], 'name': 'mytestsku'}\ntests.api.v2_0.skupack_tests: INFO: ID of the posted sku is: 6c468344-3cb2-4da3-ae44-338722513951\ntests.api.v2_0.skupack_tests: INFO: node_id 582f12975afcd2f408c7b783\ntests.api.v2_0.skupack_tests: INFO: updated_noded is : {u'sku': u'/api/2.0/skus/6c468344-3cb2-4da3-ae44-338722513951', u'catalogs': u'/api/2.0/nodes/582f12975afcd2f408c7b783/catalogs', u'name': u'52:54:be:ef:34:28', u'tags': u'/api/2.0/nodes/582f12975afcd2f408c7b783/tags', u'workflows': u'/api/2.0/nodes/582f12975afcd2f408c7b783/workflows', u'identifiers': [u'52:54:be:ef:34:28'], u'relations': [{u'relationType': u'enclosedBy', u'info': None, u'targets': [u'582f12e46aa531ee089791d4']}], u'autoDiscover': u'false', u'obms': [], u'pollers': u'/api/2.0/nodes/582f12975afcd2f408c7b783/pollers', u'type': u'compute', u'id': u'582f12975afcd2f408c7b783'}\ntests.api.v2_0.skupack_tests: INFO: Deleting the added sku\n--------------------- >> end captured logging << ---------------------'

@uppalk1
Copy link
Contributor Author

uppalk1 commented Nov 18, 2016

test this please...

Copy link
Contributor

@geoff-reid geoff-reid left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@brianparry brianparry left a comment

Choose a reason for hiding this comment

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

👍

@brianparry brianparry merged commit 3374ad4 into RackHD:master Nov 18, 2016
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.

5 participants