Story #7197
Test changes to Node Registry
Status:
Closed
Priority:
Normal
Assignee:
Andrei Buium
Category:
d1_cn_noderegistry
Target version:
Start date:
2015-08-06
Due date:
% Done:
100%
Story Points:
Sprint:
Description
Several changes were made to the types schema to add in support for arbitrary key-value pairs in the Node Registry.
Implementation of this functionality needs to be tested.
For example:
- adding latitude and longitude values
- store BinHex encoded images (e.g. member node icons)
Subtasks
Related issues
History
#1 Updated by Dave Vieglais over 9 years ago
- Related to Story #6723: test v2 MN and CN buildouts added
#2 Updated by Dave Vieglais over 9 years ago
- Related to Story #6711: Add extensible key/value metadata to Node Registry structures added
#3 Updated by Andrei Buium over 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Tests are written but we need a way to clean up after the tests
(since we can't through the API - CN.updateNodeCapabilities() can be reverted easily, but CN.register() can't).
We'd need an ldap script to delete the node registration and also need to clear hzNodes.
#4 Updated by Dave Vieglais over 9 years ago
- Target version changed from CCI-2.0-TRUNK to CCI-2.0.0
#5 Updated by Dave Vieglais over 9 years ago
- Category set to d1_cn_noderegistry
#6 Updated by Dave Vieglais over 9 years ago
- % Done changed from 30 to 50
- Status changed from In Progress to Testing
#7 Updated by Andrei Buium about 9 years ago
- Status changed from Testing to Closed
- % Done changed from 50 to 100
Tests ran successfully and passed against DEV2 environment.