summaryrefslogtreecommitdiffstats
path: root/docs/testing/testing-user.rst
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29Adding Dovetail documentationGeorg Kunz1-0/+12
Change-Id: Iaa7187eee352a342349b2ca0bc57dddbcd1020cc Signed-off-by: Georg Kunz <georg.kunz@ericsson.com> (cherry picked from commit 2ba11196d8fc0aca7698ab72c0eb28ccfeb62e90)
2018-05-26Removing non participating projectsSofia Wallin1-9/+0
Daisy, Parser and QTIP will not participate in Fraser 6.1 Change-Id: I9ddf41783679308023135a010f27ae2ece58c966 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com> (cherry picked from commit 3b2e004f9c01cb7d7efd270863355073b0a0728a)
2017-10-06Add documentation for NFVBenchKerim Gokarslan1-0/+7
Change-Id: Ibba3e5c540270d20d9116be3b47c1bf592d7ecef Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-15Testing group documentation update for EuphratesMorgan Richomme1-3/+3
Change-Id: Ic27cbc0d29c3c1e162814e5314a70b75eebd1714 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-05-02Misc ChangesShubhamRathi1-17/+18
1. Add sidebar akin to ODL 2. Remove redundant 'OPNFV' from all composite document titles 3. Edit documentation-example for the updated toolchain. Renamed this file as 'addendum.rst'. Eliminated obsolete content. 4. Listed test projects in alphabetic order Change-Id: Ica1c4aa89e3c8f8bcb960fcd4574971960dc52dc Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-04-10Adding the submdules directory for openretrieverMatthewLi1-1/+3
see verify failure in https://gerrit.opnfv.org/gerrit/#/c/33199/ this patch aims to fix the rtd failure Change-Id: I7beed908835ff9ef2b9a07335757cccf0dc9b58b Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-03-31Fix storperf pathShubhamRathi1-1/+1
Change-Id: I0b7b6939668b96cda1360abb01ee4832293d450f Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-31Update docsShubhamRathi1-0/+9
1. Add Functest Link using labels 2. Add storperf in testing-user Change-Id: If371ca17b8fdf8f54fefe5176d8a4f49e8a20981 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-30Refactor documentsShubhamRathi1-0/+2
1. Remove projects not part of Danube from release notes 2. Remove redundant content about Test Frameworks from Installation Instroduction 3. Remove Yardstick from Testing Dev guide Change-Id: I8b14d76f2b43c89ebdf8d9e6a62ff3c4a22eae30 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-25Re-order testing user guide index pageYujun Zhang1-4/+4
Testing tools needs to be configured before use. Change-Id: I04862af1c9d2ee8d9fdb91397c3e18da2207a964 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-24Updated vsperf doc refs for release-notes and testingTrevor Cooper1-1/+11
Change-Id: I736ff7c5699e5be929ebe9104a0dfc619ef0ebc8 Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
2017-03-22qtip: correct project name letter caseYujun Zhang1-1/+1
As a project name, uppercase i.e. QTIP is preferred Change-Id: Id19e50f9f593c1eb0afbf6604bca3314f6223587 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-22Segregating Testing docShubhamRathi1-0/+41
Testing documentation has been segregated under 'User Guides' & 'Developer Guides' as decided by the test teams. Change-Id: I04a11ff88b329f4daad2ef020aefd0779d5a7ca5 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
class="nt">type: string EndpointMap: default: {} description: Mapping of service endpoint -> protocol. Typically set via parameter_defaults in the resource registry. type: json ServiceData: default: {} description: Dictionary packing service data type: json ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set via parameter_defaults in the resource registry. This mapping overrides those in ServiceNetMapDefaults. type: json DefaultPasswords: default: {} type: json RoleName: default: '' description: Role name on which the service is applied type: string RoleParameters: default: {} description: Parameters specific to the role type: json EnableInternalTLS: type: boolean default: false conditions: internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]} resources: ContainersCommon: type: ./containers-common.yaml SwiftProxyBase: type: ../../puppet/services/swift-proxy.yaml properties: EndpointMap: {get_param: EndpointMap} ServiceData: {get_param: ServiceData} ServiceNetMap: {get_param: ServiceNetMap} DefaultPasswords: {get_param: DefaultPasswords} RoleName: {get_param: RoleName} RoleParameters: {get_param: RoleParameters} outputs: role_data: description: Role data for the swift proxy. value: service_name: {get_attr: [SwiftProxyBase, role_data, service_name]} config_settings: {get_attr: [SwiftProxyBase, role_data, config_settings]} step_config: &step_config get_attr: [SwiftProxyBase, role_data, step_config] service_config_settings: {get_attr: [SwiftProxyBase, role_data, service_config_settings]} # BEGIN DOCKER SETTINGS puppet_config: config_volume: swift puppet_tags: swift_proxy_config step_config: *step_config config_image: {get_param: DockerSwiftConfigImage} kolla_config: /var/lib/kolla/config_files/swift_proxy.json: command: /usr/bin/swift-proxy-server /etc/swift/proxy-server.conf config_files: - source: "/var/lib/kolla/config_files/src/*" dest: "/" merge: true preserve_properties: true permissions: - path: /var/log/swift owner: swift:swift recurse: true /var/lib/kolla/config_files/swift_proxy_tls_proxy.json: command: /usr/sbin/httpd -DFOREGROUND config_files: - source: "/var/lib/kolla/config_files/src/*" dest: "/" merge: true preserve_properties: true docker_config: step_4: map_merge: - swift_proxy: image: &swift_proxy_image {get_param: DockerSwiftProxyImage} net: host user: swift restart: always volumes: list_concat: - {get_attr: [ContainersCommon, volumes]} - - /var/lib/kolla/config_files/swift_proxy.json:/var/lib/kolla/config_files/config.json:ro - /var/lib/config-data/puppet-generated/swift/:/var/lib/kolla/config_files/src:ro - /run:/run - /srv/node:/srv/node - /dev:/dev - /var/log/containers/swift:/var/log/swift environment: - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS - if: - internal_tls_enabled - swift_proxy_tls_proxy: image: *swift_proxy_image net: host user: root restart: always volumes: list_concat: - {get_attr: [ContainersCommon, volumes]} - - /var/lib/kolla/config_files/swift_proxy_tls_proxy.json:/var/lib/kolla/config_files/config.json:ro - /var/lib/config-data/puppet-generated/swift/:/var/lib/kolla/config_files/src:ro - /etc/pki/tls/certs/httpd:/etc/pki/tls/certs/httpd:ro - /etc/pki/tls/private/httpd:/etc/pki/tls/private/httpd:ro environment: - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS - {} host_prep_tasks: - name: create persistent directories file: path: "{{ item }}" state: directory with_items: - /var/log/containers/swift - /srv/node upgrade_tasks: - name: Stop and disable swift_proxy service tags: step2 service: name=openstack-swift-proxy state=stopped enabled=no metadata_settings: get_attr: [SwiftProxyBase, role_data, metadata_settings]