Age | Commit message (Collapse) | Author | Files | Lines |
|
This patch provides functionality of "Dictionary Should Contain Sub
Dictionary" Keyword (from Robot Framework "Collections" library) for
JSON. It supports both objects and strings containing JSON.
Added tests were intended to verify no regressions were introduced as
well as corner cases are handled properly.
Issue-ID: SECCOM-261
Change-Id: Id7581d79b93ce0403e97e1bbf47c10e0e166f2ec
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
Issue-ID: TEST-217
Change-Id: I5e855ebbe28b16b02753046c053345953dd0be0f
Signed-off-by: DR695H <dr695h@att.com>
|
|
it would create virtualenv to
- run tests in python2.7 and 3
- perform linting operations (flake8, pylint)
Issue-ID: INT-1228
Change-Id: I451e1108285f6ebffc650bf3de4f175594ec796d
Signed-off-by: umry8364 <morgan.richomme@orange.com>
Signed-off-by: DR695H <dr695h@att.com>
|
|
Issue-ID: TEST-184
Signed-off-by: DR695H <dr695h@att.com>
Change-Id: I3f6bd36fd5be7b4c143696adf6bb8f9d5f69ebc7
|
|
Issue-ID: TEST-184
Change-Id: I489e55835bad95d9b35419edbcb892d3e228bced
Signed-off-by: DR695H <dr695h@att.com>
|
|
Issue-ID: TEST-184
Change-Id: Ie35e9c64180bad574ba3e4fc77f8418e4ab27528
Signed-off-by: DR695H <dr695h@att.com>
|
|
Issue-ID: TEST-174
Change-Id: I1b48d6f6839cdbb4df5eb6461ac1a053fcdfbc57
Signed-off-by: DR695H <dr695h@att.com>
|
|
Issue-ID: TEST-174
Change-Id: Ieae316661540206eb1e74126f8b8859e373e3786
Signed-off-by: DR695H <dr695h@att.com>
|
|
Change-Id: I2a3fea06b026a450b3c334706c386424e00f07e0
Issue-ID: TEST-174
Signed-off-by: DR695H <dr695h@att.com>
|
|
apparantly if you use binary protobuf you cant recall the same instance
variable
Issue-ID: TEST-175
Change-Id: I413c04dec5f94363a54d5e9e00e135d95620abd3
Signed-off-by: DR695H <dr695h@att.com>
|
|
this remvoes the need for servicemapping.json
Change-Id: I4a151293c19a386b79135816e86f7402ba29ad8d
Issue-ID: TEST-157
Signed-off-by: DR695H <dr695h@att.com>
|
|
removed relative imports and using the preferred method of importing.
use the open instead of file method to get files
use the new pyaml method that specifies the loader
use builtins.basestring for unicode and nonunicode comparison
use the correct method to call the robot framework logger warn
adding in unit tests for things to make sure they work
Change-Id: I15da74ff66988ef2610ada3ae21a1c6104c26c35
Issue-ID: INT-1061
Signed-off-by: DR695H <dr695h@att.com>
|