Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: so master 6589c075f1cb32951fbec45fd6c4cfe40d81157a
Merge "MSO API Handler Test cases license"
MSO API Handler Test cases license
Correcting license information for two classes.
Change-Id: Ibab17104bf1d1a2bb305cdb7e35a7181e2cc0871
Issue-ID: SO-171
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master d4b2fd6ec31e6c0858578598d3e8ed043faa9eb5
Merge "Code coverage for SO adapters"
Code coverage for SO adapters
IssueId: SO-191
Change-Id: I720e58a0ce058f4aec0b4c04b45ac88963a2c3b2
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 6de70aa89a14191d0d06e8a084d780c8fadf49b2
Merge "MSO API Handler Test cases"
MSO API Handler Test cases
Adding test cases for MSO API Handler coverage.
Change-Id: Ie4a3fc86395b9010357fb7027178933ff73150cc
Issue-ID: SO-171
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master 2b8e432c7207a59b8d539bd365ed3899de8565f6
UT for MSOinfra
SO-171
Change-Id: Id3af1d70eb603b1f4fd54226a0f602e9fde78b6a
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master cce429aeb66f99bf86cc0da596b1c051c082be5c
UT for the BPMN flow
IssueId: SO-191
Change-Id: I167a7e96f4fd3a857a6c3e679dda132fc8a7f720
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master dcf738464301268c8a1517f80b8b948228b29cd6
Merge "Adding UT for SO"
Adding UT for SO
IssueId: SO-191
Change-Id: Ic9fb77341842fd48efc81341c3a42c26d101b60d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 9a07e9d7227e3aa684ba047900bd23f764395be6
Merge "Adding UT for MsoNetworkAdapters"
Adding UT for MsoNetworkAdapters
IssueId: SO-173
Change-Id: Ic4c48cb877e19d7cd380048451a53478f83fa373
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master de457149ee37d5747a223bfbcad02a26c802ffbe
Merge "Adding docs for SO"
Adding docs for SO
IssueId: SO-177
Change-Id: I2ea5d5c52dca4b5258683839cfb51c6aada913cf
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 5586d42e98211f6d02f9a008d696e4084170df22
Merge "Adding docs for SO"
Adding docs for SO
IssueId: SO-177
Change-Id: I19b403cb73d250d8679ce062417be376419e1f83
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master f290e7e9799b5fc8e734dbd8c9f7ff297b98d58b
Merge "Adding UT for MSO catalogdb POJO"
Adding UT for MSO catalogdb POJO
UT-Step6
IssueId: SO-172
Change-Id: I18ba0ebfd372b06e688e5a1b6d9e8b8d34cab227
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master b5aefacb7b1a11eaa645381992e21e5b7e340d30
Merge "Adding UT for ApiHandlers"
Adding UT for ApiHandlers
IsuueId: SO-191
Change-Id: Iac92a61eb2692f3793a21097715735501d9954bd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 3fa39ea4b932e93ed4d317e6b6e8daaf543e6ce9
Merge "Remove foreign key which is not supported by code"
Remove foreign key which is not supported by code
The foreign key we fixed in the VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM
table is blocking distribution of the model. The insert that's
failing is:
insert into VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM (
VNF_RESOURCE_CUST_MODEL_CUSTOMIZATION_UUID,
VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID)
values (?, ?);
The error is: "foreign key constraint fails"
Issue: SO-180
Change-Id: I8d98bde144eb666430632b6089d8d27d66527884
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master e976afc1819d5ed5f534de7d12771ebefeed76da
Merge "Adding UT for MSO catalogdb POJO"
Adding UT for MSO catalogdb POJO
UT-Step4
IssueId:SO-172
Change-Id: I33f1cb757f038085f649eaa836da90e32ef04814
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 7d38760015e812f03e86f549934f523db18cee61
Merge "Adding UT for MSO catalogdb POJO"
Adding UT for MSO catalogdb POJO
UT-Step5
IssueId:SO-172
Change-Id: I008b3587e68350dcc1c5a14069afbf8f0153a35b
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 5c2d5ef7c999bf99a08d722f1347cf9518e1affa
Merge "Moved "" string literal on the left side."
Moved "" string literal on the left side.
Replaced with diamond symbol
Removed useless assignment to variables
Issue-Id: SO-187
Change-Id: If6fac39f2f8832fe6f7a00ed8f0a221e8d8fb897
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master 3ce5262436bcfdac9c2fac07fe590f04b93761ee
Fix schema mismatch
Corrected a foreign key definition in the
VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM table.
Issue: SO-180
Change-Id: I4dfb51ac615ca1dab19fbf3e0be728b2752e06bd
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 9914032106f7641b572b6d72613ef568973054df
Merge "Adding UT for MsoCatalog POJO"
Adding UT for MsoCatalog POJO
UT-Step3
IssueId: SO-172
Change-Id: Iac580a8936104078e529db9fdab178e0686eae51
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master bef2ca5d66fbd9296125be38b501314b5c8a2f32
Merge "Fix Docker push in integration test"
Fix Docker push in integration test
Remove the push to registry when with-integration-tests profile is
enabled (tby default)
Change-Id: Iee9928577ae9189f846b6d4370aa5464de9ab765
Issue-ID: SO-188
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: so master 33ef19f5f07ae792d3294e87732c718af926be81
Adding UT for MsoCatalog POJO
UT-Step2
IssueId: SO-172
Change-Id: I4aa763ad9cf723f969b9fd9a9ab7eca5b303ade0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 67fca73b228779352f10724c3b874d8aa4e06ed4
Remove HeatBridge for now
Remove python HeatBridge as it's breaking the docker build
Change-Id: I4f24ccfccbd631218fe0d39af93f8edb030dcf12
Issue-ID: SO-182
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: so master b6bb6368e7d2c712a0d2d04713e62dfca6b8d1d8
Merge "SO ReadTheDoc Change"
SO ReadTheDoc Change
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-178
Change-Id: I931a9b2cfafe6d467d11cb834d59a0a4031e7bec
|
|
Project: so master a6f1f00a9ddc9af2dd57dd4257e353f2901d1881
Merge "Adding UT for MsoCatalog POJO"
Adding UT for MsoCatalog POJO
UT-Step1
IssueId: SO-172
Change-Id: I82c9095d25da5fec5b79360e54a0326b8b86ffc0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 474b7c329c1ca7b7c0dbf933d556e3417fdc2940
Merge "SO readthedoc changes"
SO readthedoc changes
Change-Id: I7c93c41de2431273754e789cc03daf1e057f56d9
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
IssueId: SO-178
|
|
Project: so master 57a24fe65d8f969d36851f9a061876dc1090e251
Merge "Adding UT for MSO Vnf Adapter"
Adding UT for MSO Vnf Adapter
IssueId: SO-176
Change-Id: I66f7a522bdd85c65abba57e2802bb5085b4535a7
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 5a2cb36829a939838a08899a3b48bef8d4a59f9c
Adding UT for Mso catalog db
IssueId: SO-172
Change-Id: I8429cb938e786c527fad00067dc733fc02997639
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master df05f6b59b92c7c18b01dce0f3187e6c01708f42
Merge "Not logging or re-throwing the exceptions"
Not logging or re-throwing the exceptions
Issue-id: SO-175
Change-Id: Id3751a11b5c47b2d8db12c9e59bd1d3e4db95c8d
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master c605cefe85d172971f52a6f01b97eaa544cda549
Merge "Not logging or re-throwing the exceptions"
Not logging or re-throwing the exceptions
Issue-id: SO-175
Change-Id: Id6bf21f4ca857c330c0b719dc2d2651fa1976dee
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master a97cb51aa8ef13bac8134ffc3e488f9a04d3d752
Merge "Not logging or re-throwing the exceptions"
Not logging or re-throwing the exceptions
Issue-id:SO-175
Change-Id: I1e1e9e1d6f8bafb4e3a18c6d81565f908753ebf0
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master 68e0412466997c73b90c90043ce9265c319fa774
Merge "Adding UT for SO-Catalog"
Adding UT for SO-Catalog
IssueId: SO-172
Change-Id: I459ab18a5dccb3e773278db933f97b50f87d0e76
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master e3d141c14a320f1f98f6da034166ac6750d9ed44
Merge "Adding UT for MsoHeatUtils"
Adding UT for MsoHeatUtils
IssueId: SO-173
Change-Id: If230456ab5ea9a9f0c7a1515c4662ec9b41126ff
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 3b954763ef6db6b00f4baf33b60fd8cde91dd0e3
Merge "ReadTheDocument support for SO"
ReadTheDocument support for SO
Change-Id: Iccf273142734c4f9340eec82325f940e087f6078
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-81
Merge "Removed commented lines"
Merge "Reorder the modifiers and Removed unused imports"
Fixed so issues
Change-Id: I5bc9dc02ac81789dc0b113571c073e74d8cee609
Issue-Id:SO-118
Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
Removed commented lines
Change-Id: I80ecfce64650e4d9aec800898c7f98645f557d8a
Issue-Id:SO-118
Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
Reorder the modifiers and Removed unused imports
Change-Id: I9a2f1cf6ece783e64a31ac5927d234981e0f0461
Issue-Id:SO-118
Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
|
|
Change-Id: Ic712871ebd04c96fb0cf02e0d103a5275bbd0a02
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId:SO-81
|