summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2016-07-14throughput between nodes (in progress)rexlee87761-0/+51
2016-07-07Enhence CPUload scenarioJingLu51-1/+2
2016-07-05Merge "SFC Yardstick test"liang gao1-0/+50
2016-07-05SFC Yardstick testManuel Buil1-0/+50
2016-07-04Add support for multiple VMsJingLu51-0/+42
2016-06-28Add plugin CommandJingLu51-0/+22
2016-06-12add compute capacity/scale scenarioJingLu51-0/+24
2016-06-01Add cachestat scenarioJingLu51-0/+31
2016-05-24Merge "add memory_load scenario"liang gao1-0/+32
2016-05-23add memory_load scenarioJingLu51-0/+32
2016-05-19add support for RAMspeedJingLu51-0/+38
2016-05-11Merge "add support for Latency between NFVI nodes(Ping)"liang gao1-3/+3
2016-04-08add latency for cache read operations(LMBench)kubi1-0/+41
2016-04-06add support for Latency between NFVI nodes(Ping)rexlee87761-3/+3
2016-02-22Add missing license filesAna C1-1/+4
2016-01-19Move the test case of TC025 to the test cases folderwym_libra1-43/+0
2016-01-19support os+odl for ipv6kubi1-0/+34
2016-01-16modify sc lab pod yaml as real configurekubi1-1/+1
2016-01-15fix some bug in ipv6 to make it run in cikubi1-2/+7
2016-01-15HeatContext model update to match heat code updateQiLiang12-15/+15
2016-01-12Merge "Add test case description and task file for TC025"qi liang1-0/+43
2016-01-10Support run cyclictest on BareMetalQiLiang1-0/+50
2016-01-10The secondi HA test case-shutdown controllerwym_libra2-0/+87
2016-01-10Rewrite the HA test case (2)wym_libra1-3/+11
2016-01-09running Parser Yang-to-Tosca module as a toolkubi3-0/+857
2016-01-08support for ipv6kubi1-0/+28
2015-12-31Add Dummy context and scenario typeQiLiang2-0/+31
2015-12-26add scenario and sample file for Unixbench.kubi1-0/+35
2015-12-21Fix lmbench memory read latency stop sizeKristian Hunt1-1/+1
2015-12-21Merge "Rewrite the HA test case (1)"qi liang1-5/+10
2015-12-18Add test case description and task file for TC025wym_libra1-0/+43
2015-12-18Changes Arithmetic runner to accept several step parametersPer Holmgren3-19/+34
2015-12-18Rewrite the HA test case (1)wym_libra1-5/+10
2015-12-15Add run_in_background attribute to scenariosJo¶rgen Karlsson1-0/+60
2015-12-08Add scenario for reading processor loadJo¶rgen Karlsson1-0/+31
2015-11-13A initial HA test casewym_libra1-0/+29
2015-11-01Support NodeContext typeQiLiang1-0/+29
2015-10-28Extend lmbench scenario to measure memory bandwidthKristian Hunt1-1/+20
2015-10-20Heat context code refactorQiLiang1-0/+45
2015-10-15Add Cyclictest scenario and sampleQiLiang1-0/+44
2015-10-15Support for netperfkubi1-0/+69
2015-10-14Merge "Fio scenario support sla"houjingwen1-0/+8
2015-10-13Add test suite functionality to task commandsKristian Hunt1-0/+18
2015-10-13Fio scenario support slahoujingwen1-0/+8
2015-10-08Add testing packet delay variation between VMswym_libra1-0/+45
2015-09-25Add missing YAML document start boundariesKristian Hunt2-0/+2
2015-09-24Fix bug in fio scenariohoujingwen1-39/+4
2015-09-23Modify iperf sample to use yardstick testing imageKristian Hunt1-3/+3
2015-09-06Support to config external network by shell envQiLiang15-16/+0
2015-09-01add support for Jinja2 in task filekubi2-0/+89
span class="nt">host: app_server - log_endpoint: node: logstash capability: log_endpoint relationship: type: tosca.relationships.ConnectsTo interfaces: Configure: pre_configure_target: implementation: logstash/configure_collectd.py interfaces: Standard: create: collectd/create.sh configure: implementation: collectd/config.py inputs: logstash_ip: { get_attribute: [logstash_server, private_address] } start: collectd/start.sh app_rsyslog: type: tosca.nodes.SoftwareComponent.Rsyslog requirements: - host: app_server - log_endpoint: node: logstash capability: log_endpoint relationship: type: tosca.relationships.ConnectsTo interfaces: Configure: pre_configure_target: implementation: logstash/configure_rsyslog.py interfaces: Standard: create: rsyslog/create.sh configure: implementation: rsyslog/config.sh inputs: logstash_ip: { get_attribute: [logstash_server, private_address] } start: rsyslog/start.sh app_server: type: tosca.nodes.Compute capabilities: host: properties: *host_capabilities os: properties: *os_capabilities mongo_server: type: tosca.nodes.Compute capabilities: host: properties: *host_capabilities os: properties: *os_capabilities elasticsearch_server: type: tosca.nodes.Compute capabilities: host: properties: *host_capabilities os: properties: *os_capabilities logstash_server: type: tosca.nodes.Compute capabilities: host: properties: *host_capabilities os: properties: *os_capabilities kibana_server: type: tosca.nodes.Compute capabilities: host: properties: *host_capabilities os: properties: *os_capabilities outputs: nodejs_url: description: URL for the nodejs server, http://<IP>:3000 value: { get_attribute: [ app_server, private_address ] } mongodb_url: description: URL for the mongodb server. value: { get_attribute: [ mongo_server, private_address ] } elasticsearch_url: description: URL for the elasticsearch server. value: { get_attribute: [ elasticsearch_server, private_address ] } logstash_url: description: URL for the logstash server. value: { get_attribute: [ logstash_server, private_address ] } kibana_url: description: URL for the kibana server. value: { get_attribute: [ kibana_server, private_address ] }