aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/config_patch.yaml
AgeCommit message (Expand)AuthorFilesLines
2017-05-31Enable tempest offline by use_custom_images=TrueLinda Wang1-3/+0
2017-04-20Remove exec right for ci config filesCédric Ollivier1-0/+0
2017-04-13Set image and flavor id in tempest config fileJuha Kosonen1-0/+4
2017-02-28Update cirros image to latest versionMichael Polenchuk1-3/+3
2016-11-24Extracted all global parameters into functest_constants.pyhelenyao1-0/+0
2016-11-10change path for python ci filesMorgan Richomme1-0/+24
olor: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
[metadata]
name = functest
version = 10
home-page = https://wiki.opnfv.org/display/functest

[files]
packages = functest
scripts =
    functest/ci/add_proxy.sh
    functest/ci/convert_images.sh
    functest/ci/download_images.sh

[entry_points]
console_scripts =
    functest_odl = functest.opnfv_tests.sdn.odl.odl:main
xtesting.testcase =
    connection_check = functest.opnfv_tests.openstack.api.connection_check:ConnectionCheck
    tenantnetwork1 = functest.core.tenantnetwork:TenantNetwork1
    tenantnetwork2 = functest.core.tenantnetwork:TenantNetwork2
    vmready1 = functest.core.singlevm:VmReady1
    vmready2 = functest.core.singlevm:VmReady2
    singlevm1 = functest.core.singlevm:SingleVm1
    singlevm2 = functest.core.singlevm:SingleVm2
    vping_ssh = functest.opnfv_tests.openstack.vping.vping_ssh:VPingSSH
    vping_userdata = functest.opnfv_tests.openstack.vping.vping_userdata:VPingUserdata
    cinder_test = functest.opnfv_tests.openstack.cinder.cinder_test:CinderCheck
    odl = functest.opnfv_tests.sdn.odl.odl:ODLTests
    tempest_common = functest.opnfv_tests.openstack.tempest.tempest:TempestCommon
    tempest_scenario = functest.opnfv_tests.openstack.tempest.tempest:TempestScenario
    rally_sanity = functest.opnfv_tests.openstack.rally.rally:RallySanity
    refstack = functest.opnfv_tests.openstack.refstack.refstack:Refstack
    patrole = functest.opnfv_tests.openstack.patrole.patrole:Patrole
    barbican = functest.opnfv_tests.openstack.barbican.barbican:Barbican
    vmtp = functest.opnfv_tests.openstack.vmtp.vmtp:Vmtp
    shaker = functest.opnfv_tests.openstack.shaker.shaker:Shaker
    vgpu = functest.opnfv_tests.openstack.vgpu.vgpu:VGPU
    rally_full = functest.opnfv_tests.openstack.rally.rally:RallyFull
    cloudify = functest.core.cloudify:Cloudify
    cloudify_ims = functest.opnfv_tests.vnf.ims.cloudify_ims:CloudifyIms
    heat_ims = functest.opnfv_tests.vnf.ims.heat_ims:HeatIms
    vyos_vrouter = functest.opnfv_tests.vnf.router.cloudify_vrouter:CloudifyVrouter
    juju_epc = functest.opnfv_tests.vnf.epc.juju_epc:JujuEpc
    rally_jobs = functest.opnfv_tests.openstack.rally.rally:RallyJobs

[build_sphinx]
all_files = 1
build-dir = api/build/
source-dir = api

[wheel]
universal = 1