summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-04Merge "Fix defaultbranch in .gitreview" into stable/euphratesopnfv-5.1.0stable/euphratesGerald Kunzmann1-1/+1
2017-12-01Fix defaultbranch in .gitreviewCédric Ollivier1-1/+1
Change-Id: I775e015a6bf49f91ecb7ebaae08f392f4143879b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-01Updated from global requirementsCédric Ollivier2-7/+17
Change-Id: Iacd1136acb604f599a48b50a0c0964c36061ecb3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-10-20Remove extra '+' in api_mapping tableTrevor Bramwell1-1/+1
This is breaking latex/PDF generation as the parser thinks an extra row is missing from this table. Change-Id: Ic814f02d9d51b14c7590002565fe07f5e5d8f043 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-19Fix table formatting in api_mappingTrevor Bramwell1-1/+1
Change-Id: Ia76924629a450e51fc2a2bdbf7821a3c5f7a053e Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-16Merge "API/interface mapping table ETSI NFV vs Blazar" into stable/euphratesopnfv-5.0.RC1opnfv-5.0.0Gerald Kunzmann2-0/+397
2017-10-16API/interface mapping table ETSI NFV vs BlazarGerald Kunzmann2-0/+397
Change-Id: Id775c53405cf3aa42aaa439344846d07cd2ae2d4 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com> (cherry picked from commit ac9bf70e774ab43a140c2c065a682b73f4dd6c16)
2017-10-13Update User GuideBertrand Souville1-13/+16
Change-Id: I939570ba3a2b8f7551e4d27700e494c5dc2edab7 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit d362639e2541bb6d37744a47e00e689e971ce541)
2017-10-05Removed unnecessary logsBertrand Souville1-2/+2
Change-Id: I36e086d442d589535b5b645ef8207a5848c7b654 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit 6dc47bec9e4e23b744c9d74c4fb4846604e7b808)
2017-10-05Update Config GuideBertrand Souville2-12/+15
Change-Id: Ibac4f47889ec0d0349d29eaffb61bcf070d99eb3 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit b121b21df581291cd273a9a8acc1d4f266116022)
2017-10-05Fixed typoBertrand Souville1-1/+1
Change-Id: I6746446acd915c853bf493f444a96a1c04590f19 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit 30125bcaa029df296a2dd2b214774e36ec995a24)
2017-10-04Added support for Keystone v3Bertrand Souville1-18/+20
JIRA: PROMISE-80 Change-Id: I5e904da373e2d5309456a6ce7ec56e724a62791f Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit bd9acd199e55efc097443d8c99027cf0030b5e78)
2017-10-02Added support for Keystone v3Bertrand Souville6-15/+34
JIRA: PROMISE-80 Modified Promise shim-layer as well Change-Id: I82340a6af5c3e6056e77323ca5c44ecdf4e109b6 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit a8cd506d6759833231b1b8806082d793faf0997a)
2017-09-30Added support for Keystone v3Bertrand Souville1-37/+15
JIRA: PROMISE-80 Functest test script only Change-Id: Id5d75383586d4e79d106767b1aeb7dc5bc588724 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit cd8d36d83af6541dc5f313bee5758548366ff5ff)
2017-09-07Merge "Adds a template for the release notes"Ashiq Khan2-0/+140
2017-09-06Adds a template for the release notesGerald Kunzmann2-0/+140
Change-Id: I4570fb605b8ffdabacdb6b565da9ebec6f728e7d Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-09-05Update run_promise_tests.py related to new Functest config values.Bertrand Souville1-4/+2
JIRA: PROMISE-85 Change-Id: Ib015f859ca1d5cc9ad0852db1ee915274c29140a Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com> Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-08-24Initial list of upstream contributions in OpenStackBertrand Souville1-0/+13
Change-Id: I089948fc2c4c3fd15950223eecbdf5b13d98930c Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-08-11Move promise package to root directoryCédric Ollivier3-2/+2
It seems mandatory as Functest must install promise in editable mode. Then npm install can be called in the source directory. It completes "Add promise package" [1] It would have worked well in classical mode. [1] https://gerrit.opnfv.org/gerrit/#/c/38639/ Change-Id: Ia9ae55b127d0d324d97974f5e9b1923d7636d7cd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-08-07Add promise packageCédric Ollivier4-0/+31
It eases how Functest installs/runs it (see testcases.yaml [1]). The former run_tests.py is renamed to avoid duplicated binaries (see [2] and [3]). [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml [2] https://git.opnfv.org/sdnvpn/tree/sdnvpn/test/functest/run_tests.py [3] https://git.opnfv.org/sfc/tree/sfc/tests/functest/run_tests.py Change-Id: I626ce6b425399dc5a0a360782352757c26ca1db3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-02Fix the wrong image pathLinda Wang1-1/+1
The images are put in the dir /home/opnfv/functest/images now. Change-Id: I15b41782cd7a7372bdb962da575edc5d1b54d509 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-06-02Add Masahito as Promise committerGerald Kunzmann1-1/+1
Change-Id: If607cfe7351413a006d55c3b2e7518bc6abaf47c Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-05-24Update to committer listGerald Kunzmann1-1/+0
Change-Id: I6bdda2e29b5d14c976081c9efa809911b03d3c88 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-05-19Fix image name iterationCatalina Focsa1-13/+11
Create a promise image depending on the glance image path. Due to glance image listing returning image names, looking for an image based on an image path is always false, thus its relevant to only look for the glance image name and if it exists to use its ID, if not to create a new image given the promise image name. JIRA: ARMBAND-223 Change-Id: I2d1347807335f2c7e9d62f1a6c75fb48de6cf448 Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
2017-05-15Update logger via logging.getLogger()Linda Wang1-2/+5
1. The module functest.utils.functest_logger has been deleted and logger has been reconfigured in functest [1]. 2. Update run_tests.py to get loggers via logging.getLogger(). [1] https://gerrit.opnfv.org/gerrit/#/c/34019/ JIRA: FUNCTEST-824 Change-Id: I34d73aadc420a5381651d65fb6b55f0f58e0c11e Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-03-31Remove numberingdanube.1.RC1danube.1.0Gerald Kunzmann1-1/+0
Change-Id: Ia96a2761dc5a44a48e35816b7adb28222a962adc Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-03-29Update doc structure to better fit release notes:Gerald Kunzmann2-12/+4
- There is no need for heading "Manual testing" - Update to user guide abstract Change-Id: I30606c77c37ef39afba64dd560ff2a554e2cc10e Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-03-08Adding LabelsShubhamRathi4-1/+7
Labels serve as anchors/ refs when referenced from other documents This patch adds labels to docs/*/*/index.rst Change-Id: I4f886a25b849e4df02a2ec3e1b94a749808dab85 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-07Various updates to documentation, e.g. remove the history tableGerald Kunzmann3-58/+2
Change-Id: If7dca26bf63dde6f5724347a0363326afd5a39eb Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-02-28Bugfix: fix exec return code when all the cases are not OKMorgan Richomme1-18/+17
JIRA: PROMISE-82 Change-Id: Ieca0100c9a798ea5b9e0296015d971a6efa78535 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-02-24bugfix: manage unhomogeneous OS_AUTH_URLMorgan Richomme1-4/+10
the installers may use different format for the URL use regex to retrieve the IP and the port then build properly the V2 URL Change-Id: I731d634eceb8f828ff5a22b2f800ee51c06fc341 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-02-17Merge "Update docs structure according to new guidelines in ↵Gerald Kunzmann32-6/+6
https://wiki.opnfv.org/display/DOC"
2017-02-15Update docs structure according to new guidelines in ↵Gerald Kunzmann32-6/+6
https://wiki.opnfv.org/display/DOC Change-Id: I69e6536d9044dd9db2ed3cd698059aa3a800c318 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-02-10Adapt Promise to framework with abstraction classMorgan Richomme1-0/+248
linked to patch https://gerrit.opnfv.org/gerrit/#/c/27855/ JIRA: FUNCTEST-549 Change-Id: I54c90085b9d095712f65e30c2192eb8d81c81e6c Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-01-05Update to the INFO files related to the change in PTL.Gerald Kunzmann1-3/+3
Change-Id: Id8f0d6b165e021625e00137997d24856937a1758 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2016-11-23Slightly modified installationprocedure as Promise repo has been updatedBertrand Souville1-2/+2
Change-Id: Ib3496506651b460b6a2d99ca2f7719a65ed60100 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2016-09-08Adjusted the docs structure according to directivesSofia Wallin7-4/+20
created subdirectory: docs/installationprocedure/images and copy both screenshots to this subdirectory. Updated according to comment Added a sub directory /installationprocedure and move the feature configuration to here Moved the abstract from the userguide/index.rst to the feature.userguide.rst Added a new index.rst in accordance to the new /installationprocedure Change-Id: Ie2acaddc1746fcee5baaca79713ea253c7d3f1b0 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2016-08-24Proposal to delete configguide directory (featureconfig and images movedBertrand Souville6-114/+0
to user guide) and platformoverview directory (no content) Change-Id: Iafea58ca822aa0ada9371e39b495aad7abe544b7 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2016-08-22Merge "Update Promise documentation"Peter Lee6-158/+127
2016-08-19Update Promise documentationBertrand Souville6-158/+127
JIRA: PROMISE-78 Change-Id: I3b34c124d45b50ca3324dd776a0c1c35248aa159 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2016-08-18Removing Ildiko of the list of committers after she stepped downBertrand Souville1-1/+0
as a committer: http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2016-August/011823.html Change-Id: Id988d7b4a7ad510c003308507ffff04768ac3723 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2016-06-29Alignment to latest IFA005 specificationArturo.Martin2-83/+254
This patch proposes updates in chapter 7 to align to the latest version of ETSI NFV IFA005. JIRA:PROMISE-11 Change-Id: I2818bca117955d03d0d9cc1395f461215a06b3ed Signed-off-by: Arturo.Martin <Arturo.Martin-de-Nicolas@ericsson.com>
2016-05-09Merge "WIP: Add scenario descriptions to the deliverable document"Gerald Kunzmann1-4/+20
2016-04-19WIP: Add scenario descriptions to the deliverable documentIldiko Vancsa1-4/+20
JIRA: PROMISE-59 Change-Id: Ida74b34ccfe9ca1e7a7754a920c3dfe47d15e7a8 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2016-04-15Modified Peter's email addressBertrand_Souville1-2/+2
Change-Id: I7176bcf57b1bee2466319c7dc316c710c21faaf7 Signed-off-by: Bertrand_Souville <souville@docomolab-euro.com>
2016-02-16Revert "docs: fix image file path in the config guide"Ryota MIBU1-1/+1
This reverts commit 7684b15075296bf5eef79f91f6898652e66a4da1. Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-15docs: fix image file path in the config guideRyota MIBU1-1/+1
Change-Id: I4894dde82d1070448b5e76d8d804abe74eb3819f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-10docs: fix filenameRyota MIBU2-1/+1
See https://wiki.opnfv.org/documentation/userguide . Change-Id: Ia73e3a93f5998973d66e9823f70e2b80795220c8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-04Add license to the release documentation and requirements docIldiko Vancsa22-0/+88
Documentation in OPNFV has to be licensed under the Creative Commons Attribution 4.0 International License. This patch adds the license header to the .rst files for the release documentation. A LICENSE file is also added to the folder that contains images. Change-Id: I207a07830246fcc103c081d385dc9b12f47ddfb3 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2016-02-02Merge "Added config guide for Promise JIRA: PROMISE-65"Ryota Mibu2-2/+52