Age | Commit message (Collapse) | Author | Files | Lines |
|
This is the final change in the docs migration
topic CIMAN-376.
We have switched projects to use intersphinx
linking and away from submodules.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I4e7446a677e1847cee139f41c91b7734d148cdb4
|
|
* Update docs/submodules/integration.git from branch 'master'
to 10ed88c266c0305d0b79c013a80b9dde38b0a7d7
- Start/stop the 3GPP measurements file generator at simulator start/stop
Change-Id: I6976168afc7cad2a44333e33632775dbb63aec12
Issue-ID: INT-1630
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to d35d3b8c0ca5784e0ffd7cebad0fa68631f767ab
- Pass options to each lifecycle method separately
This makes the MassPnfSim object instance stateless.
Change-Id: Ic8f7aefa0afb74a15491b5b0e8ba1cb80e3aa3ef
Issue-ID: INT-1629
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Validate the subcommands on each instance method invocation
Change-Id: I22d6d6ef47ae99a7b2ad7f3e1407e0a49c48c953
Issue-ID: INT-1629
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Remove the existing_sim_instances instance attribute
Existing simulator instances should be enumerated on
each call to helper function, not statically in constructor.
Change-Id: I93b7ac11e9dc99ce9d3727d577f057b1469a9439
Issue-ID: INT-1629
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Support setting custom username/password for the file server service
Change-Id: I21964c4b8819444dd0aebdda117a11ba96f92038
Issue-ID: INT-1627
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 08d234170898e95096277e22b4dbbf82f576c915
- Drop shell wrapper for docker compose operations
Docker-compose configuration is already natively supported
within MassPnfSim module.
Change-Id: I26995126d8a26437821f0f8b254ff82752041b55
Issue-ID: INT-1623
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Run the 3GPP measurements file generator in bootstrap phase
Change-Id: I310acb354003e678020935017d0778f75e7db07f
Issue-ID: INT-1623
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Generate vsftpd config file in bootstrap phase
Change-Id: I963ff2ed9dd79f36c8fcb4e19529c4b549f92823
Issue-ID: INT-1621
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Make the config generation private method more generic
Change-Id: I2a0b9ef8eb304cfd088cd3a7dc4c61aaf54504c4
Issue-ID: INT-1621
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 3561d299559bc3d808eb708f2f2b05937b35c9e4
- Update release note to include demo artifacts
Issue-ID: INT-1625
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ida256bb52d8d6c9251e3bb08c71d30c5273f72b8
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 8377ff9747a82d1ff62511bd6ea6f2d14a1c9704
- OUpdate OOF_SON use case documentation
Issue-ID: INT-1626
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: I5b92f7522a6564556184110b7dd5660c9ad278bf
|
|
* Update docs/submodules/integration.git from branch 'master'
to 0f46da66af49c177254ac75ba552ccdb7cb467fd
- Allow using separate storage pool for Vagrant-based minimal ONAP deployment
Vagrant-based minimal ONAP deployment requires at least 160GiB of
storage space. It is useful to be able to relocate Vagrant machines to
separate storage pools (e.g. on various storage devices).
Issue-ID: ONAPARC-551
Change-Id: I3f81c20f61264b958e121cf46f7b4354f04dc20c
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Adjust default storage device argument on Vagrant-based minimal ONAP deployment
Default storage device changed in Vagrant box "generic/ubuntu1804" after
updating the libvirt disk bus to "virtio"; details:
https://github.com/lavabit/robox/commit/ca3b82d00c770ff70283d4d4d22f60a8ae363b0f
Issue-ID: ONAPARC-551
Change-Id: Ib8ab062f5e32f625148ed45c58985549857309ae
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Increase Helm timeout on Vagrant-based minimal ONAP deployment
Previously set 15 minutes are not sufficient anymore.
Issue-ID: ONAPARC-551
Change-Id: I91df2c1afdcfa6c276bbe4817a4fe16eb6723469
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Set masterPassword on Vagrant-based minimal ONAP deployment
Variable "global.masterPassword" is used instead of hardcoded passwords.
Sample value provided in Vagrantfile should be used for evaluation
purposes only!
Issue-ID: ONAPARC-551
Change-Id: I72c565ec27dfb33d55810383c632adb9d886e689
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Disable Helm charts linting on Vagrant-based minimal ONAP deployment
It is a workaround for Helm performance issue; details:
https://github.com/helm/helm/issues/7656
Issue-ID: ONAPARC-551
Change-Id: Id163d0e181d0527f47efdd82899b5965794bde98
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Make Helm timeout adjustable on Vagrant-based minimal ONAP deployment
Issue-ID: ONAPARC-551
Change-Id: I3c1157e65fd63c73b3d8319bd7d8650593953f33
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 0794e6795a7ad5fbbd986d1049234e013289d033
- Update stability test documentation
+ fix remaining rst errors, broken links,..
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I30a480722b34128c997dcfd4f9ae7c1143e6d87c
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 1fbf85460da4aecac1db70dba54b665c8d2bb9d5
- Add a helper method to generate docker compose file
Change-Id: I05f5f689e5ec660e0257e558d02ac1965d51b3d3
Issue-ID: INT-1619
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Simplify network name in Compose template
Generated network name for a service already contains
project name so no need to further customize it.
Change-Id: Ib77b55f46b7141edeb43470db4a36d10c2ced649
Issue-ID: INT-1619
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 700b607a52343f1b6c3d3987bddf8073bc382b40
- Add helper method to generate simulator config
Change-Id: If0deb820f32d6d75c71370ff67c7c42a063d8e0a
Issue-ID: INT-1618
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Update Mass PNF simulator documentation
Change-Id: I8b583e958f445965eead876925e8eb385e655eb5
Issue-ID: INT-1617
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Drop action methods decorator
It's no longer needed after implementing all lifecycle
modes in module.
Change-Id: Ic2b0c638172e9bb1428ac1f3a7823ce3e36ac206
Issue-ID: INT-1617
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Setup and start docker-compose simulator app directly in Python module
Change-Id: I5efaaa69a0c78d9ae9594d1e59d57dd9315613af
Issue-ID: INT-1617
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Chown vsftpd config file to root while bootstrapping
Change-Id: I48716f544bd34b05a5524b58500cdff7c96a9578
Issue-ID: INT-1617
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add internal routine for logs archiving
Change-Id: Ibbb2b4aa71f0ca477b7129e4037cee031e44ae91
Issue-ID: INT-1617
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Remove useless RUNNING_COMPOSE_CONFIG assignment
Change-Id: I0d66fab438ef53c716ddcebf292309f3a161a51e
Issue-ID: INT-1617
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Drop shell debug mode in command wrapper method
Change-Id: I70133119ca8344ad675400e1ea9ba1b8a6f9b38b
Issue-ID: INT-1617
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 7ba99b5dfbad80619ca9298132956ee58cb4156c
- Update helm and kubectl versions
Issue-ID: OOM-2331
Change-Id: Ie97218cd7df55c6819f1bb01db52a140870f641a
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 3286e05b7d8917702e823f85ed4cf0011b18b62c
- Correct ReadTheDoc theme
The current theme is different from other ONAP projects
Corrcet conf.py to be aligned with ONAP
Issue-ID: INT-1615
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I57c7793702ca659a074f998931ec11a94fff466d
|
|
* Update docs/submodules/integration.git from branch 'master'
to 38af9cf7166b119d34fd89c10c172beede5f5b7b
- [vFW_CNF_CDS] Fix typo in Postman collection request
Corrects cba_name/cba_version reference in SO instantiation
call in single vf-module by removing it (it was used only during
development work).
Corrects SDNC calls to use https instead of http that was turned
off recently.
Corrects typo in secret retrieval command.
Updated SO Completed instantiation status response.
Issue-ID: INT-1457
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Ib13a0d1e404e7e2f6053223f4eb4817ff99f8393
|
|
* Update docs/submodules/integration.git from branch 'master'
to a3737ae0e71cc2658fd4a673cfa91001b03b3680
- Support stopping sending PNF registration messages in Python module
Change-Id: Iae7d300e6e09d152b6e7daaebd9c85ba763fc077
Issue-ID: INT-1613
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add test case for invalid '--count' option value
Change-Id: Ib46c26889f01ce0cd9d90865070d5c5ac9b5d08a
Issue-ID: INT-1613
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Drop shell wrapper for 'trigger_custom' action as well
Change-Id: I388038656505c6937e10ba9f65d70d0e6514e17b
Issue-ID: INT-1611
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Support triggering simulator app directly from MassPnfSim module
Change-Id: Ice52848bedf8722aa142de74342190378ea593cd
Issue-ID: INT-1611
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Drop shell wrapper for stopping simulator instances
Instance method is added to manage stopping simulator
instances and ROP scripts directly in MassPnfSim class.
Change-Id: Ic551f99c0f5f2a177b9c72daac02690b0bbded04
Issue-ID: INT-1610
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 7c41c16ed62fef316f6e93faeb18bec350c5fbf5
- [vFW_CNF_CDS] UAT testing doc update
Verified UAT testing as much as it worked for vFW_CNF_CDS.
Spy recording was successfull technically as yaml response
was received but looks like missing some external calls.
UAT Verify POST call did not worked as expected results
was not according to spy output. Or some other problems.
Document updated accordingly.
Issue-ID: INT-1531
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Change-Id: Ic2b13048fbff47fb8d6e82f3921a9922030bc971
|
|
* Update docs/submodules/integration.git from branch 'master'
to 950afcec26f87ee83041de405a79ca66a1f7d46d
- Update doc to reference 1.6.3 RC2 frankfurt image
- refactoring of the integration page
- add link to s3p page
- add a table of the repositories managed by Integration
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I36adec41f6938925561210da905d69c76cddfa8b
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 73c2d81546decf3b9356fa186f5054592975c75d
- Update E2E_network_slicing doc
Issue-ID: INT-1468
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib11a36000ae6c926c990786172d250f586409f3d
|
|
* Update docs/submodules/integration.git from branch 'master'
to 61ed36660a4df5de9a22fa7b7d47fd7d4aab3b2c
- Add helper routine for getting iter range in lifecycle methods
Change-Id: I3973b7bfd75885bf22154670a6b9f665769470fa
Issue-ID: INT-1610
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Drop shell wrapper for getting simulators status
Change-Id: Id7c3c614d472d8ee01533e9bd146f258813e7cbe
Issue-ID: INT-1606
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add helper method to get running docker containers names list
Change-Id: I8346302706d6e896b55d845051fe2de18aaafd16
Issue-ID: INT-1606
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add helper method to get simulator instance data
Superfluous call to 'get_pnfsim_ip' function in simulator.sh
was also removed.
Change-Id: Ifd7be4843fe26768f4b86b64e07d2d9479735ad1
Issue-ID: INT-1606
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to c27b77fcd8dff92d9b891c75bff3267931cec35a
- Update OOF_SON use case documentation
Issue-ID: INT-1466
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: Ice7f111378b1c020a3367be1b5d8b5f812d9c79a
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to aaf7389fd815cdb073617c018bd73c6f6affa772
- Remove postman subdirectory
The postman suite has not been updated for Frankfurt
They are defacto deprecated
This shoudl be cherry picked in Frankfurt
However the suite will remain in El Alto and previous versions
Issue-ID: INT-1608
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Id1ee003e023e8c35d7f5439f1a525ee039fb6b2f
|
|
* Update docs/submodules/integration.git from branch 'master'
to ac588d62a90e7badc32acf476e0ce391e8bdd31b
- Update documentation
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Iacc99e3504ae62e90bc3d963056d780ae13c402a
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to c01b1fb2ff905d1f39437f7b1106b3e9bd6d7338
- [vFW_CNF_CDS] Update documentation
Update several TODO sections and Postman collection.
Added few FIXMEs to mark fields for update when latest
logs/results will be available (after RC2 env test).
Issue-ID: INT-1457
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: If78caf719968681fe02290a5df7e81058d502968
|
|
* Update docs/submodules/integration.git from branch 'master'
to 2c825c368caea212e5e6f57ced783f66af13927f
- Update vCPE Tosca use case
- fix documentation
- add install script for oclip
Issue-ID: INT-1355
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ieaeac5caf76caf6f731a6c2bf6380e8f8f2a6c6a
|
|
* Update docs/submodules/integration.git from branch 'master'
to c1b4bda513cf2b2422389cd7f93ce40f947cc710
- Update documentation of vFW_CNF_CDS use case
Mainly description of CDS profile upload and
other smaller corrections
Issue-ID: INT-1452
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Ic0c8d7e38f14de8b3cff872921fc341b252d8d27
|
|
* Update docs/submodules/integration.git from branch 'master'
to 90c0170b659c54dd1e3099f18473de476bbe6a09
- Fix 5G OOF duplicate reference in doc
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I3b9f9f0b4b902d808fb0784439a81f23ad368351
|
|
* Update docs/submodules/integration.git from branch 'master'
to f7b567a253339a56724575030114e36b2db31c62
- Fix HTML layout
Looks like this repo was missing the HTML layout template
where we can call the css files.
Update name of css file in conf.py to just "ribbon"
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Id4da929ad9e3c936c12ad6f57e3b524c198d63e0
|
|
* Update docs/submodules/integration.git from branch 'master'
to abd5fcf77bc6a89f424c270ae2d1658f39225e5e
- Update the clamp url
Replace the old Clamp url by the new one.
Issue-ID: CLAMP-846
Change-Id: Ic02735797c18c67741f324f873abba5fa03676a4
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6294afdd6c55bf8236aefbb1c6e0b530aaf70c1c
- Read the docs improvement for 5G - PNF Pre-Onboarding and Onboarding
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I0c30ebfa9f55be3bea51bc5542eda4b648bf5c93
|
|
* Update docs/submodules/integration.git from branch 'master'
to f0190dd42eb489d83270d5f698d0ab037f513db7
- Add functional tests for verifying simulator services status
Status is verified after each lifecycle change for proper
subcommand action.
Change-Id: Ia1c0e1bce24ddf1ca2c805a420e4a0665412aedf
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add functional test for 'clean' subcommand
Change-Id: Iac2b7d5f912b22c6c4b342e350a71ee6ad8b1fbb
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add functional tests for 'stop' subcommand
Change-Id: Id3640c494f21fb4869fcf412dc83824dc8670d12
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add tests for 'trigger_custom' subcommand
Change-Id: I7a2811618adcaaa698a702d264ef2a93bc899704
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add functional tests for 'trigger' command
Change-Id: Ie3f0a5c5b5276c058da3d284d5531ab5c821e3b8
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add functional tests for 'start' command
Change-Id: I6a0e6bf35384e861511972aab45faed2fa13a90e
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add functional tests for bootstrap commands
Change-Id: Idb816780206f8b3b7a14128b7fd4603c4977ce11
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add pytest fixtures
This adds fixtures that'll be utilised by unit
and functional tests.
Change-Id: Iaeed869d8320ccc44d485fc00c590741352e34e6
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Remove fixture declaration that is defined in pytest config
Change-Id: I37abc052df5f69907ceb9bb81fbc478126e115d5
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add 'pyyaml' dependency in 'pytest' tox env
Change-Id: I07d326aabe2ad70eb269b5236d2fe6af1a958824
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add pytest testing scenario settings for simulator
Change-Id: I57d67a837aa3ef8d6a58e5abbb61bfc3606e93dc
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Drop shell 'rm' command and use 'rmtree' native Python routine
Change-Id: Id5487723b8eb6fdc065ffe712907f9a715f610c5
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 61a35bca9ce57331289e097b32a7db722f6e4da3
- Hardcoded APPC password removed
Hardcoded APPC password removed from doc
Issue-ID: INT-1277
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Iaad61a8d3c436f6a0861d1c4f94fdc804763d940
|
|
* Update docs/submodules/integration.git from branch 'master'
to b81a56ad46ad2278c1b88dee42a872de8a4447a1
- add uuid image override
Issue-ID: INT-1599
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I6b5f14c6abf594d7947d08939476358cf16f35e8
|
|
* Update docs/submodules/integration.git from branch 'master'
to cc67f6345be21fca514e37b8cf96a4b5319424d9
- Update documentation of vFW_CNF_CDS use case to Frankfurt state
Issue-ID: INT-1452
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I2aad1b96842cd447141cf826e8f1fc50c50d9b6a
|
|
* Update docs/submodules/integration.git from branch 'master'
to cb0256a2e85cb929f145509b46fa56cbd4f07e62
- Update Doc for frankfurt
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I8cd83775001a125c11a0408d05a4dacb54f2c1c9
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 5c8df8e5ed7ee98c76657125815640558cb8f1f0
- Expand HTML width in docs
Some images in the docs are not
rendering properly. Expand HTML width
to help rendering the images better.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I77f2873c82be339c02e9eada137e742d17fcaa75
|
|
* Update docs/submodules/integration.git from branch 'master'
to 896cc8b36cf5b0b3936f302f3b909f6ad3cfb98d
- Add tests for CLI script options
Change-Id: Iea4b353b37297e04b686d41b3494b00f61cfb9f3
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Create setuptools based Python env setup for the scripts
Change-Id: I00095182de5532c28fd7d9605de2d9c8b29f6c1c
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Iterate over all bootstrapped instances by default
Commands that support '--count' option now iterate
over all autodetected bootstrapped simulator instances
by default, not just the first one.
Change-Id: Ia5703047447b4da98d775636fe38911f81520848
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add a method to enumerate bootstrapped simulator instances
Change-Id: Ifbafc748a47b1db3fabfb337b44a66523c9ef80f
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to a89abf819ed802c3aedc98eae281066d4c5b50dd
- Make the actions decorator a static method in a subclass
Change-Id: I2bd702ff1d92c80510204cb4666f6c3db7fa62e0
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Create a boilerplate decorator for MassPnfSim class actions
Change-Id: Ia095a608d204e3da6dae101afa04f2e66a9bceeb
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 5422700691d0c8c2f9f100b3d1599230b627de91
- Run Maven directly
Maven will be run directly from MassPnfSim module, not
through wrapper shell script.
Change-Id: Ib2936391ace3cbd31c3b5bba4ad6d776cfb890d8
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Leverage internal shell runner in bootstrap mode
Use native python modules for file operations
Change-Id: I1ca505f9a891c722c2aace118536fa470bf50b35
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add internal method for shell runner in MassPnfSim module
Since now if module is called in 'debug' mode shell script
is run with trace.
Change-Id: I7bddf6c0583c4b56d4a0c3b5eeb6a78af561891f
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Fix ftp dir permission in sftp-server container
Container entrypoint descendant script in atmoz/sftp:alpine image
is changing mount binded ftp dir owner to 'root' which makes
removing it by 'clean' action not possible hence adding o+w
permission for it.
Change-Id: I0d9339db80c4cd8e31c4368ac63741c531a626fa
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Make the maven image build an independent step
This improves testability as in CI the image build
is done by relevant CI runner from provided POM file
so building from script is redundant.
Updated doc in regard on how to build the image locally.
Change-Id: I7666bc638996c855fed139ee46fcc80379a02f3b
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to d011020b3d108eeeeb95b15cd6cbdcdbb68fbc22
- Finalize INFO.yaml
Issue-ID: INT-1587
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ic386d025fd2b2e9c798a027bb5590c919a850ae3
|
|
* Update docs/submodules/integration.git from branch 'master'
to 19a4c45deb53685c176ae6dcd27d5ff0b6c129ca
- Get and kill ROP_file_creator.sh childs as well
Change-Id: I07393a0f62535563586278d2e8bc8fd6bd9380db
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 950cbadbcc2376acc44af5595c8f60b68fc26c5c
- Get the routine name to call with getattr
Each subcommand has a corresponding method in
MassPnfSim class hence it can be called directly
by it's name.
Change-Id: Id7139a5f96cceac89559bd68d89085130703f4bd
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Move CLI options processing to module level
Change-Id: Ie4c379480e2c641285507173387a770db63458f0
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to dc5fb2cc942778dee5233077a4a2df681ff0bcab
- Update INFO.yaml
add new committers:
- Pawel Wieczorek
- Andreas Geissler
- Krzysztof Kuzmicki
Issue-ID: INT-1587
Change-Id: I30f7edd3bf6387ee6e7baa49059c884f589deee6
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to feb93cdb3e2e842affe1a5de171c1242b44add70
- Improve code testability
A module is created with specific class methods
to perform particular simulator services' lifecycle
operations.
Change-Id: I467360ab304a00f049bf53c3958e42f445f2d75b
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Allow importing the script as module
Improves testability (TBD)
Change-Id: I0c4845f85d14b49b4702270ffad537a19c1c7df7
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Rework input parameters handling
Main input options were turned into subcommands
for improved CLI user experience.
Input parameters handling and validation logic was
moved out of the code to argparse native facilities.
Updated the doc around script usage details.
Change-Id: Ifaa2a0e49f2a0b5b677020307dc74942c422bbe1
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to c981fa0f1062dcebd0f2fa01aff1ff58ecb302fc
- update vCPE local case
Issue-ID: INT-1355
Change-Id: I3172f1aacebc7f226472dac1259d35c50f520473
Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 11689da07382ec3ba3a69a2531969d8b88ab1681
- Add missing dependency for port scanning
Issue-ID: SECCOM-261
Change-Id: Id4d14cf0997310b7e039fe3f5e18ea72a4f3d71c
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Use correct nmap filters
Both closed and filtered ports should be droppped from scan results to
maintain compatibility with "check_for_nonssl_endpoints.sh" script.
Issue-ID: SECCOM-261
Change-Id: Ic422bebf6e46bcc42a3e5198e7702bb8b901287f
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 7be9861d562abc762d65a4efd7cf49b493d70206
- Exclude code location from code base URL
Python method str.format allows easy templating using substitutions
identified by braces ('{' and '}'). Using two levels of nested
substitutions can be achieved by doubling braces ("{{" and "}}").
Hound configuration creator script was supposed to use two levels of
nested substitutions and still leave braced components within the
templated string for further substitution by the Hound tool. This would
require using multitude of braces which would decrease readability
significantly.
This is why code location template is appended to the code base URL at
the latest.
If there will be need for more levels of nested templates, this code
shall be further refactored to use only named fields, str.format_map()
(available in Python 3.2+) and SafeDict, e.g.
>>> class SafeDict(dict):
... def __missing__(self, key):
... return '{' + key + '}'
...
which would leave braced components within the processed template in
case given key is missing.
Issue-ID: ONAPARC-579
Change-Id: I420d076867aa891edb2a945a8cd58e168c892ac3
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 937fe44cefb6a749ad39e2e332881b0cf32b7cf1
- Refactor simulator instances IP setting logic
Change-Id: I5bd36b364cd033d0d468c81f345be9255e7adb85
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Fix services IP addresses naming
Use formatted string literals to make the code more
readable.
Change-Id: I712f887d73c29aacc5766052835f377a63e9eb06
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Drop superfluous variables and type casts
Change-Id: Ic8e9eab90c537584b2c771bdeb59c0b43deb992e
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Supress ANSI escape sequences when terminal not detected
This prevents obscured output when redirecting output to
a file descriptor.
Change-Id: Ie56b6f65b1d2adffc69d3f75a9c8f98c0444faa8
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 1b6431d1928dd532271ed6a109622a7b44394c36
- Fixed vFWDT do after modifications in OOF for policy
Modified description of procedure to upload polcies
used for TD procedure and OOF.
Change-Id: I6e3760f2d2308a36388971e66280df3d3d35f224
Issue-ID: INT-1277
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 42e83a8c2a10605467c372e2aa5af025374670d7
- Add policy and sdc staging images overrides
Issue-ID: INT-1585
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia2682bc293ea403b56d3f4d27d6a1c219e6e90eb
|
|
* Update docs/submodules/integration.git from branch 'master'
to 1f762345464de01b37efcfa009c40fe5fd4201aa
- Make script verbosity adjustible
Adds '--verbose' option and leverages 'logging' module
facilities.
Change-Id: I9b079c476949788678167afb1ed115ad4490d99c
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add input opts description in usage synopsis
Change-Id: I43b1c47509afef0f25176e244ab2f6f565afbc3b
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Leverage ArgumentParser facilities for input options validation
The hassle of casting and validating input options values is moved
from the script logic directly into the ArgumentParser's object
instantiation.
Change-Id: I79ed80286d1219f841d496538acdc50d2113d723
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add helper functions for input options validation
Change-Id: I0c8cd452fbf740f3b1c7988bf7aa7341a747c75e
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Rephrase the argparse arguments help messages
Show usage if no option provided.
Change-Id: I1ed01464f4b689e6b716887e7719e8de6c0f1e42
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Kill the 'sleep' process as well
ROP_file_creator.sh spawns 'sleep' cmd as a child
hence it needs to be killed as well on clean up.
Change-Id: Ic2007e710b6efa0028ebd239f26b7eff6a9e04ea
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 1719606aee6f299f9fa03671c0265cdb6007567e
- pnf-sw-upgrade: fix lock-protected update of yang module
The update must be scoped by a lock on yang module
Other changes:
- 'action' field no longer deleted; handling CREATED/MODIFIED events on
this field
- Configurable delay on timed-transitions via SWUG_TIMED_TRANSITION_TO
environment variable
Issue-ID: INT-1516
Change-Id: I22fb7b558ae371b6cff487633eae606f8fe535e1
Signed-off-by: ebo <eliezio.oliveira@est.tech>
|