aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/OpenStack
AgeCommit message (Expand)AuthorFilesLines
2016-08-12[bugfix] pass the wrong argument to rallymeimei1-1/+2
2016-08-11Merge "Create config_functest patch to update the conf with scenario"boucherv4-4/+8
2016-08-11[multisite] refactor the scripts of multistemeimei2-86/+130
2016-08-10Create config_functest patch to update the conf with scenarioboucherv4-4/+8
2016-08-08Use Kingbird Bind host URL for TempestAshish Sin
---
nic_mappings: []
bond_mappings: []

provider_net_mappings:
  - name: br-prv
    network: physnet
    interface: eth1
    type: ovs
    role:
      - controller
      - compute

sys_intf_mappings:
  - name: mgmt
    interface: eth1
    vlan_tag: 19
    type: vlan
    role:
      - controller
      - compute

  - name: storage
    interface: eth1
    vlan_tag: 12
    type: vlan
    role:
      - controller
      - compute

  - name: external
    interface: br-prv
    type: ovs
    role:
      - controller
      - compute

ip_settings:
  - name: mgmt
    ip_ranges:
      - - "172.31.19.2"
        - "172.31.19.253"
    cidr: "172.31.19.0/24"
    role:
      - controller
      - compute

  - name: storage
    ip_ranges:
      - - "172.31.12.2"
        - "172.31.12.253"
    cidr: "172.31.12.0/24"
    role:
      - controller
      - compute

  - name: external
    ip_ranges:
      - - "172.31.20.10"
        - "172.31.20.50"
    cidr: "172.31.20.0/24"
    gw: "172.31.20.1"
    role:
      - controller
      - compute

internal_vip:
  ip: 172.31.19.222
  netmask: "24"
  interface: mgmt

public_vip:
  ip: 172.31.20.51
  netmask: "24"
  interface: external

onos_nic: eth1
public_net_info:
  enable: "True"
  network: ext-net
  type: flat
  segment_id: 20
  subnet: ext-subnet
  provider_network: physnet
  router: router-ext
  enable_dhcp: "False"
  no_gateway: "False"
  external_gw: "172.31.20.1"
  floating_ip_cidr: "172.31.20.0/24"
  floating_ip_start: "172.31.20.100"
  floating_ip_end: "172.31.20.200"
'//seccdn.libravatar.org/avatar/c100463c67ee2be9a33522cf5644d062?s=128&d=retro' />Jose Lausuch
1-7/+52
2016-07-20Remove logger as input parameter of functions in openstack_utilsjose.lausuch5-13/+7
2016-07-20Add kingbird endpoint information to functest.Dimitri Mazmanov1-7/+52
2016-07-19Show real time tempest test executionjose.lausuch1-4/+21
2016-07-19Exit with -1 return code if something fails in vping testsjose.lausuch2-15/+15
2016-07-14Use common way to get the openstack clientsjose.lausuch4-166/+119
2016-07-14[multisite] integrate kingbird tempest testcasesmeimei1-1/+43
2016-07-12Use flavor m1.tiny in healthcheckjose.lausuch1-4/+15
2016-07-12Merge changes from topics 'fix_unix_rights_py', 'stop_creating_ODL_dir'Morgan Richomme4-0/+0
2016-07-12Chmod 755 all sh files which can be executedCédric Ollivier2-0/+0
2016-07-12Chmod 755 all py files which can be executedCédric Ollivier4-0/+0
2016-07-06bug fix: use PASS/FAIL for rallyMorgan Richomme1-2/+2
2016-07-04Add example script creating an instancejose.lausuch1-0/+136
2016-06-29bug fix: use FAIL/PASS as criteria for vping_userdata and rally_sanityMorgan Richomme2-4/+4
2016-06-28Change step 4 to step 3 in healtcheckjose.lausuch1-1/+1
2016-06-16Align test names in DB and config fileMorgan Richomme4-7/+17
2016-06-14Reduce rally run script log outputJuha Kosonen1-1/+1
2016-06-13Remove unnecessary defaults from rally task fileJuha Kosonen2-12/+1
2016-06-13Remove external server references on Rally scenariosJuha Kosonen2-19/+8
2016-06-13Creating Glance image for Tempest suitevitikkan1-0/+30
2016-06-09Fix vPing success criteria evaluation bugfixjose.lausuch1-8/+5
2016-06-08Adapt functest testcase to APi refactoringMorgan Richomme4-115/+89