blob: 1ac93f8d687ea836a45a73142c51ae071ce08f0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
.. This work is licensed under a Creative Commons Attribution 4.0 International
.. License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV, Huawei Tech and others.
***********************************************
POSCA feature Test of Moon Security for Tenants
***********************************************
Test Case
=========
+-----------------------------------------------------------------------------+
|Bottlenecks POSCA Soak Test Throughputs |
| |
+--------------+--------------------------------------------------------------+
|test case name| posca_feature_moon_tenants |
| | |
+--------------+--------------------------------------------------------------+
|description | Moon authentication capability test for maximum tenants |
| | |
+--------------+--------------------------------------------------------------+
|configuration | config file: |
| | /testsuite/posca/testcase_cfg/... |
| | posca_feature_moon_tenants.yaml |
| | |
+--------------+--------------------------------------------------------------+
|test result | Max number of tenants |
| | |
+--------------+--------------------------------------------------------------+
Configuration
============
::
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
subject_number: 20
object_number: 20
timeout: 0.003
initial_tenants: 0
steps_tenants: 1
tolerate_time: 20
SLA: 5
runners:
stack_create: yardstick
Debug: False
yardstick_test_dir: "samples"
yardstick_testcase: "moon_tenant"
|