diff options
author | Ace Lee <liyin11@huawei.com> | 2018-01-09 03:19:09 +0000 |
---|---|---|
committer | liyin <liyin11@huawei.com> | 2018-02-26 08:58:07 +0000 |
commit | 06db2e37272bb3a030c2b5f2e255ec6a61f17472 (patch) | |
tree | e858fe31ec183eb4ff326f16763856db543e9d83 /testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml | |
parent | c79a7da0de95b42f66c2a6f214372514c9c246db (diff) |
Moon testcase bug fix
JIRA: BOTTLENECK-220
The JIRA ticket is to suit moon version 4.3.
There are some bugs to fix.
Change-Id: Idf8b9a2b4dea6508738283e76457b8d1d25ceae9
Signed-off-by: Ace Lee <liyin11@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml b/testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml index d6b325f7..bbf65ba7 100644 --- a/testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml +++ b/testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml @@ -11,20 +11,27 @@ load_manager: scenarios: tool: https request # info that the cpus and memes have the same number of data. + pdp_name: pdp + policy_name: "MLS Policy example" + model_name: MLS tenants: 1,5,10,20 + subject_number: 10 + object_number: 10 + timeout: 0.2 runners: stack_create: yardstick Debug: False yardstick_test_dir: "samples" - yardstick_testcase: "bottlenecks_moon_resources" - - runner_exta: - # info this section is for yardstick do some exta env prepare. - installation_method: yardstick - installation_type: testpmd + yardstick_testcase: "moon_resource" contexts: # info that dashboard if have data, we will create the data dashboard. dashboard: "Bottlenecks-ELK" - yardstick: "Bottlenecks-yardstick"
\ No newline at end of file + yardstick: "Bottlenecks-yardstick" + moon_monitoring: True + moon_environment: + ip: "192.168.37.205" + user: "root" + password: "root" + consul_port: 30005 |