Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/orchestra from branch 'stable/euphrates'
- Enable references for documentation
Change-Id: I5b0ee93630ade8986a6a0eff868dcec12079cdb7
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit 2c7eea345e76a641b65b567f6ebb2bf8b4f3a07b)
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- reclass: Fix all remaining yamllint warning
Change-Id: I1e0e1ba291dd4d5af578d89274f3655ee784f64e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit c11eb920a3570ed22b252bbb8eecfb5231f5db1a)
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Fix parametrized nic name variables
-Fix interface order for reclass config node
-Interface types regruped on 3 sets for each cpu arch
-Foundation VM interface names
-VCP VM interface names
-Baremetal node interface names
Change-Id: I1ae522d775ee538b35b0f043914c80c3993232fc
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
(cherry picked from commit c8d0c5b687f5eec9db62171fdf53053f5ffeef28)
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- yamllint: Fix recently introduced errors
Change-Id: If117588f7c43306959d29032b1d5eeb3c751dc44
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 8401f25a520843d884abb84806873baca0452ec8)
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- reclass: Revert virt.nic to hardcoded eth{0,1}
Salt's virtualization model for virt:nic:default does not use real
interface names that are present on the node, but instead it defaults
to using "ethX" notation, that name being only a convention inside
Salt internals.
Moreover, the 'salt.control.virt' reclass class (located in
/srv/salt/reclass/classes/system/salt/control) already provides a
defalt maping between "eth{0,1}" and "br{0,1}". Using anything
different than "eth{0,1}" will lead to 2 extra (broken) mappings.
Reverting the changes in "virt:nic" reclass fixes both the python
exception recently introduced, as well as the broken defaults.
Change-Id: I5c90e3d2bc181c1ad3d87af64440439e6a41fb28
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit db2144a7f6ed8586bbab39fdb5ea15b171388e85)
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Parametrized network config: nic device names
Change-Id: I94d40529261f7753ec47a0c6a8c67ecc0fb15951
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
(cherry picked from commit 5ab45d25c8fd3e5528c411e09b105699c745457f)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Fix the format issue of documentation
Also update the structure of functest code.
Change-Id: Id3fa012d6c3204a0a8d7e6e4ba3159c52b68c6f5
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 79140281403a83ecfededbd1b58bf668bd4d1901)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Update Config Guide
Change-Id: If7295f553f203171f5a6efebc8d553d5dca8433a
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
(cherry picked from commit b2735c0a1eb76a184b2ba133045041d92f32abed)
|
|
* Update docs/submodules/apex from branch 'stable/euphrates'
- Fixes OVS NSH for SFC scenarios
Change-Id: I0e52ee58868bd301bf534585d914be18e30c4505
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Update Functest documentation for Euphrates
- Better description of Alpine docker (default artifact)
- Reorganization of config and user guide
- Upgrade of the developer guide
Change-Id: Ie8e10f027bfcdb01c992cd161a1af2d6d6e29536
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit 5504724dc69096b36948de9bd07b82f5058242f0)
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- ci/deploy.sh: Drop unsupported options
Drop support for unsupported arguments:
- timeout;
- iso URI;
While at it, disable shell debugging during PDF parsing to prevent
sensitive information leaking via debug logs.
Change-Id: I6b40f3e3749a3e162326728e670a176c8fa3c4bb
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 106883131b2fa1c765cac7e83cc4c8e294ef231f)
|
|
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Merge "Add customized DNS server support" into stable/euphrates
- Add customized DNS server support
JIRA: -
Currently Compass uses the gateway of install network as the only
DNS server of host1 to 5. Sometimes it doesn't work in some
environments. This patch we add a variable named USER_NAMESERVER
which can be exported before deployment. It is used to store a
user defined DNS nameserver.
Change-Id: Id74889c20cf09ec7e25d882b56ab6331ee64cdcf
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
(cherry picked from commit 7b110b32e0688896967703dc2bfe7192d469164f)
|
|
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Doc updates for Euphrates
Change-Id: Ibf2a41a7e651e0a611a9721e7ebac29e181ad635
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit 35e9b46afe0589d0aa093ce1817885ddb09f9df7)
|
|
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- TC008 Interrupt Affinity Fix
The smp_affinity takes hex mask, currently it is given hex number.
Change-Id: Id738bfe10551dad1f5df48910a230b12f50d1b3d
JIRA: YARDSTICK-818
Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com>
- Bugfix: Update HW lb config VNF thread to start from core 1
Change-Id: Ib0007fa3689b90346598baaef5c6e88d4fdf444a
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
- install pmu tools collectd plugin
Added review dependency, removed collectd commit-id
replicating bash script, added pmu roles to playbook
Create local mirror for event list generation, copy script
to image, and run event list generation at runtime if
intel_pmu is enabled.
Change-Id: Ie46a2b197f4d2037cf3eed194764ce9eb5670415
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
- NSB Prox vPE Test
JIRA: YARDSTICK-802
Addition of Prox vPE test case
- The tests supports BM, Openstack Heat
- Supports 4 ports
- Grafana dashboards included
- Added support for parameters.lua
for prox additional files
- Unit tests for code coverage
Change-Id: I5cccb351dacba88a293ae4b8aba1f0a803d62e6d
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Signed-off-by: Daniel MArtin Buckley <daniel.m.buckley@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
- KVMFORNFV:Livemigration testcase changes in Yardstick
This patch includes changing the function call to place the
respective bash file to the given TARGET_SCRIPT path.
Change-Id: Iba2adf4bdb6d9045493f5099e29ade4e8e6b5cd3
Signed-off-by: Navya <navyax.bathula@intel.com>
- libyajl: install from pkg
libyajl needed for ovs_events and ovs_stats, removed installing
from src and rather installing as deb pkg
Change-Id: Ic1ebf88304bbc7f4fa7b9b51c95f1e8e729e71e3
Signed-off-by: Dhaval Patel <dhaval.r.patel@intel.com>
|
|
* Update docs/submodules/barometer from branch 'stable/euphrates'
- Adding improvements to the log messages
This patch contains improvements to the log messages
in Barometer test suite.
Change-Id: I6f0ba5260e2ecdbc90c27a93e4901636e4f66b42
Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
|
|
* Update docs/submodules/armband from branch 'stable/euphrates'
- Merge "ci/deploy.sh: Drop local_env support" into stable/euphrates
- ci/deploy.sh: Drop local_env support
While at it, fix shellcheck warnings in deploy wrapper.
Change-Id: I2ddd272afe7ec16d6c594295a257eb98ee5bf5ce
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 1b34a6d35d0e18896089d22cfdeb5419a2073a89)
|
|
* Update docs/submodules/apex from branch 'stable/euphrates'
- Merge "Fixes OVS NSH build with increased memory" into stable/euphrates
- Fixes OVS NSH build with increased memory
Only exists in stable/euphrates
Change-Id: I506dd1ed551ea8b69b2b75c520f7d45bd73f4328
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/apex from branch 'stable/euphrates'
- Increasing clean.py unittest coverage
Change-Id: Iae3e80b399d1431382614449488238475b47b103
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit 88230c898808ecefffed413c36d3a558dcb7f763)
|
|
* Update docs/submodules/storperf from branch 'stable/euphrates'
- Fixing Termination
exit 0 was put in by accident
Change-Id: Id188e3744746552edabbc763e12b749762be9e4a
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit eb138c529c3cb1a7223bd970685db874f5a62690)
- Adding SSL Certificate Support
Change-Id: I4a45e5602afc3a1c303a44adc15c9ef94fe732bb
Signed-off-by: mbeierl <mark.beierl@dell.com>
- Fixing test results.
Change-Id: I13ea847491f2758fd2003c0b206ec7a1356f3fb2
JIRA: STORPERF-216
Signed-off-by: mbeierl <mark.beierl@dell.com>
- Merge "Fix Test Results"
- Fix Test Results
Updates the key/values that are sent to testresults db.
Fixes the PASS/FAIL to ignore _warm_up job.
Change-Id: I8af292cd764637cd12cbdb5a2a3e114fbeda5665
Signed-off-by: mbeierl <mark.beierl@dell.com>
JIRA: STORPERF-216
- Merge "Returns job id and status"
- Returns job id and status
- If the user GETs for job without ID and type status,
return all jobs along with status
JIRA: STORPERF-213
Change-Id: I5518acae45f259644c961c6dc9f0cb170b86b6e1
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
- Fixing Results DB Keys
Update keys pushed to testresults DB so they match
the expected values.
JIRA: STORPERF-216
Change-Id: I837254fbfb2837d6abfc22d6d33878f60227480c
Signed-off-by: mbeierl <mark.beierl@dell.com>
- Merge "Inlining of the graphs JIRA: STORPERF-141"
- Inlining of the graphs
JIRA: STORPERF-141
Change-Id: I94e82bab9796ae2e966435cb9c5b9f3651d82c06
Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
- Adding Proxy Path Support
Adds WSGI wrapper to allow the path to be arbitrary as
long as it is passed in the reverse proxy
Change-Id: I6feca119093a3b3c60ad615f4e4b59bb2c212800
Signed-off-by: mbeierl <mark.beierl@dell.com>
- Merge "Implementing the extension: Display of Steady State Convergence Report - All block sizes"
- Implementing the extension: Display of Steady State Convergence Report - All block sizes
In addition, introducing an intermediary page for single json portal.
JIRA: STORPERF-141
Change-Id: I6dd7f43b1f0fd8293c4872e6a7c3ef909f2ddb83
Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
- Fixing Typo and Adding Logs
Change-Id: Ib4271c4400ded3c27517ffca45343c4ae4613662
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge "Complete framework documentation part for VNF" into stable/euphrates
- Complete framework documentation part for VNF
Change-Id: I4c59adfe1cfec278e0b267cc7a05e8addd45d034
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit ee2eb17dbe52418f6bdc6201f78b9f1e8858fdcc)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Modify the egg name for parser
Currently the egg name for heat-translator has been changed
to nfv-heattranslator in parser project, this patch will modify
the docker file.
related patches:
https://gerrit.opnfv.org/gerrit/#/c/41261/
Change-Id: I2d5d214c722fc133aa015a1c9620a49709db17bb
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
(cherry picked from commit d3b74fac61c255430b5589b49d714b441772e248)
|
|
* Update docs/submodules/apex from branch 'stable/euphrates'
- Fix licenses to be Apache 2.0
Change-Id: I53f3596685b83e995498b5fdb804561fed6dc38b
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 16fa09bb892289f3997ef14ed6cbe5a278ee342a)
|
|
* Update docs/submodules/apex from branch 'stable/euphrates'
- Removing the downloaded libvirt-client for the iso build
JIRA: APEX-529
Change-Id: I09970847833d3e182a7485c051e2e46d394cfeff
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit a9ba058e7711379157ae5f99d08cc793b18f8793)
|
|
* Update docs/submodules/parser from branch 'stable/euphrates'
- Fix integration error when no role of heat_stack_owner
If there is no role of heat_stack_owner in openstack, integration
will be error, the patch will fix it.
JIRA: PARSER-162
Change-Id: I74d4e70153a312c1a64c75e0ff956b7ab2219adf
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
|
|
Change-Id: I64ceb496cf5b3b9946fe58d28e0679fd08d4b681
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit 8927a18af43873a2c6e7071f29a066bd1550ee5e)
|
|
Increasing the font size to 18px which matches the size used on the
official www.opnfv.org main web page. Also aligning the font
families used by just sticking to Helvetica.
Change-Id: Iad753a3bffe3988b321c4509b4e820cf718bd675
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
(cherry picked from commit d9df3e190eb114bc720a16d794801db6d006a6f3)
|
|
There is a style-sheet in the docs repo which is supposed to customize
the default style, but which was actually never applied. This patchset
enables custom overrides of the default style.
As one of the custom style changes, this patchset changes the color of
hyperlinks to the same green used on www.opnfv.org.
Change-Id: I3c8a59e7f0beaf0150915941730f68071a40330a
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
(cherry picked from commit 9b153bc8882ad8b4bd52ff7a412118dd48c06d63)
|
|
Change-Id: Ie38d1938156578ca8ce97cb2ecc177294cb578cc
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
(cherry picked from commit 9e647944a5b30b1944aa6bfa174aff149cd60d59)
|
|
Installer projects/PTLs and scenario owners
Should review the installation instruction to make sure
that relevant documentation is included.
Feature projects/PTLs
Should review the configuration guide and user guide to
make sure that relevant documentation is included.
All projects (participating in the Euphrates release)
Should review the release notes to make sure that project
specific release notes are included.
Change-Id: I9d72070a22d77545225b07019a1133fcfd57257f
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit 4122031515a288133175c8c7eb2213b67c712e2a)
|
|
Change-Id: I0708cb27f1d3695cc71f046a2c2fb2b6eb21c042
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
(cherry picked from commit 26d1829716cf40b7a50c8da2d89d81fd7ce561bd)
|
|
* Update docs/submodules/samplevnf from branch 'stable/euphrates'
- Merge "Adding index.rst for developer guide" into stable/euphrates
- Adding index.rst for developer guide
Change-Id: I642af0baf94501294b1d455d251c66f77e51757c
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
|
|
* Update docs/submodules/daisy from branch 'stable/euphrates'
- Create iso file during build
Change-Id: I6ddfe8e291ea8f6d673bd82c4df310d63f61a130
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
(cherry picked from commit 47d0995307685d7d3903fd909e6b1e7ad4311649)
|
|
* Update docs/submodules/daisy from branch 'stable/euphrates'
- Update doc content for Euphrates
Change-Id: Ide23a73bd0f610bf949431538e64788c2dae0e12
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
(cherry picked from commit df803249f94c0858f9e9f5188bdd03ad9c26e3fb)
|
|
* Update docs/submodules/barometer from branch 'stable/euphrates'
- Removing SNMP testcases from Barometer testsuite
The SNMP testcases has been removed from the Barometer
testsuite.
Change-Id: Ie51df5bdc20a83f8e08aa3ccc2126cf43b0fc1d9
Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Add UEFI image extra properties for CentOS image for aarch64
Add extra properties for CentOS image when using aarch64
architecture with UEFI boot mode
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Change-Id: Ie8aa7482627cbb3c31c6c72a31a0e37e86a409c4
|
|
* Update docs/submodules/samplevnf from branch 'stable/euphrates'
- Adding Sample Heat template for VNFs
This patch adds samplevnf openstack heat templates generated by
yardstick
Change-Id: I8ba527d7d44a54a39071faffb03e41cc8bb8906b
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
|
|
* Update docs/submodules/apex from branch 'stable/euphrates'
- Use stable/17.10 branch for VPP
also add retry and timeout for VPP interface check in os-net-config
apex-os-net-config: Idaf03d78d2ce657ac484c1285a795d98760d0112
Change-Id: I3dca43d263923e2ae7ff84781d3f7aa64fad6b5d
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 89932c44597ae86e8460939896f978862005596f)
|
|
* Update docs/submodules/doctor from branch 'stable/euphrates'
- fix to get logfile
Change-Id: I44cc6c5108eb48191ca36cbcb44f787ea542f3ce
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
(cherry picked from commit b3dcaa337fa91b3123fa08e8b8dd2e81184a91dd)
|
|
* Update docs/submodules/parser from branch 'stable/euphrates'
- Fix test for apex
Currently the test in apex is error, the patch will fix it.
JIRA: PARSER-160
Change-Id: I0c290f7819468e1f400f1610fc87bceb72086b92
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
|
|
* Update docs/submodules/parser from branch 'stable/euphrates'
- Remove python limitation for codeship
When publish nfv-toscaparser to onap through codefish, the python
version of 2.7.13 doesn't support again, so it will be delete in
.python-verson
JIRA: PARSER-161
Change-Id: I90f1be241c539a405edc7c674e411c20de3e4ae1
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
|
|
* Update docs/submodules/parser from branch 'stable/euphrates'
- Add coverage test item
Currently there is no coverage report, so it's necessary to add covrage
test for parser.
JIRA: PARSER-159
Change-Id: I7688b2c7e3adc8d0009e5edf33be41c7c75a5d87
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
|
|
* Update docs/submodules/qtip from branch 'stable/euphrates'
- Fix bug in ``qtip/scripts/quickstart.sh``
- line 29: error: command not found
Change-Id: I0256ae89aaf4938b883cfae72d30f73d43b1da76
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit c57f521a767737605d8e739de0e470a96923def0)
|
|
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Update load_images.sh to MCP@aarch64
The load_images.sh script still contained old functionality.
The changes are:
- don't use TestVM anymore, MCP does not load that by default like Fuel did
upload the cirros image instead
- don't upload the kernel separately for aarch64, one part image works now
- add the needed extra-properties accordingly to each image
The script was tested on arm, the test are running now without errors
JIRA: ARMBAND-285
Change-Id: Iee8ce6cde43bebceb2edbb1310ea81c665876aff
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
(cherry picked from commit af71c468fe83a5149e0e18cdb233e059302209e3)
|
|
* Update docs/submodules/armband from branch 'stable/euphrates'
- u/fuel: Bump & rebase for ODL Nitrogen
Change-Id: I69688a0bf657564d440fc6d4d93f3f7c16818a90
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 8ac5a461c90545aa06538f5376cc929b2297f19a)
|
|
* Update docs/submodules/samplevnf from branch 'stable/euphrates'
- common code: KW fixes for common code
This patch fixes KW issues seen with the common code.
Change-Id: I4f90369152345ea2ea9316b04ac946c0c69fd7d1
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
- VNFs: Fixing klocwork issue in VNFs code
JIRA: SAMPLEVNF-83
This patch fixes the klocwork reported issues
Change-Id: I190d024777be1bf53cdc97feca1e5934781f3582
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Update opendaylight version to nitrogen
* use pseudo agentdb port binding controller instead of
the deprecated network topology one
* disable superfluous l2population mechanism driver
* tidy up the duplicated haproxy neutron listen opts
* straighten karaf features list
* update jetty config
Change-Id: Ifacf8de11eb56ab72df13a312151a510b280dea2
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit fca7d22742df82fc6e502b17ad45ebc11c0ba89b)
|
|
* Update docs/submodules/doctor from branch 'stable/euphrates'
- Fix retrieval of log filename path
Change-Id: I0dd61a020827e7ba9ec7a2e0300bf50dd7175e86
Signed-off-by: Carlos Goncalves <mail@cgoncalves.pt>
(cherry picked from commit 4f6132978ad548ee1e696016d450d0b4a4cbab9f)
|
|
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- fix random test_task unittest fail due to os.environ mock
sometime Jenkins fails due to what I guess are concurrency problems
in os.environ mock
======================================================================
FAIL: tests.unit.benchmark.core.test_task.TaskTestCase.test_parse_suite_with_constraint_no_args
tags: worker-10
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
return func(*args, **keywargs)
File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-euphrates/tests/unit/benchmark/core/test_task.py", line 208, in test_parse_suite_with_constraint_no_args
task_files, task_args, task_args_fnames = t.parse_suite()
File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-euphrates/yardstick/benchmark/core/task.py", line 455, in parse_suite
cur_pod = os.environ.get('NODE_NAME', None)
File "/usr/lib/python3.5/unittest/mock.py", line 917, in __call__
return _mock_self._mock_call(*args, **kwargs)
File "/usr/lib/python3.5/unittest/mock.py", line 976, in _mock_call
result = next(effect)
StopIteration
Ran 1262 tests in 2.375s
FAILED (id=0, failures=1)
error: testr failed (1)
+ testr failing
Replace the mock decorator with a context manager to try to
reduce the scope and duration of the mock.
Change-Id: I342fe6c403e66c53ac4c39fd88fa9047cdfae5d9
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit 2fadf7aec9e2761c39d29d8af1ee7d69d154652d)
|
|
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Fixed compilation of latest samplevnf
added download_civetweb and install_civetweb roles.
Change-Id: Id4f60cc07b3befc7edb3cfc38773fe1a73a44c1f
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
- add wait_for_instantiate
Change-Id: Idc54fc907dba4603984712fc43a0db8dfd4b7374
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
- heat: add port name as port
Change-Id: Ibd159359c6f57d573a909d6841c121c15bf692c1
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
- Making sure yardstick container uses hosts timezone
This is required for influxdb results being reported
"in the future" when the timezones do not match.
Change-Id: Ic41e19d26c46b6ccfa6dacddb595236af19e437a
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
- rewrite _generate_pod_yaml to combine name and pkey setting
just deepcopy and change. This will probably break in
the future if we use anything other than dicts and list.
Change-Id: I9a9b0c5b09b3e3ebd7ed593bf6339ea030605f93
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
- Disable VNF deploy by default
Change-Id: I27bcc41c855f34fb1fd0332fc24e7bf0b2af4ec2
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
- NSB Prox minor refactor of BNG
JIRA: YARDSTICK-802
- Updated the BNG code with minor refactor.
- Corrected the CPE core name
- Update binsearch traffic profile with 64B
Change-Id: Iae0be766edb986520045655fa567651711813a8b
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
- Add intermediate variables for attacker,monitor,result_checker
JIRA: YARDSTICK-790
Change-Id: I6bb36c98b8673155d3142fc54cfb39315d5ce613
Signed-off-by: qiujuan <juan_qiu@tongji.edu.cn>
- Added example TC with collectd on compute node
To be used with yardstick/etc/yardstick/nodes/pod.yaml.collectd.sample
Change-Id: I6eff4f6adf57596e06c685ab87b83699696ad7b6
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
- Adding sample testcases to run on standalone context
- vFW
- vCGNAPT
- vACL
- UDP Replay
- vPE (Only OVS supported)
Change-Id: Idbc4d1d6bc1283e40d2fcb9457a871a9198ad147
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
- Adding auto generate scale-out support for correlated traffic
Change-Id: I2755b596068545c1a3a672ceff47d814a44ae050
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
- Adding 2 node ixia generic scale-out test case generation
Change-Id: I7da2d5bcd7c58c669e28a7271e4c6848c003e84a
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
- Adding scale out templates for ovs_dpdk/sriov using 2 node setup
2 - node setup:
- Traffic generator starts new stream on both uplink and downlink
This patch addes amsible scripts to enable scale_out testcases
- vfw
Change-Id: I0340636bce3e74cd6175f728b9e7e014a4eb2fd5
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
|
|
* Update docs/submodules/apex from branch 'stable/euphrates'
- Pass flags to allow domain undefine with NVRAM
Change-Id: I8365dd327d4bf7abebc72922e030b3049cd66de9
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit 30c7c9e4de1bbd4d4cdc6f0c775d52f80a3103fb)
|