diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-10-07 09:02:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-07 09:02:51 +0000 |
commit | d1d44781c7d03c8794dd626184f77d9836264212 (patch) | |
tree | c4fd34da2631a3a775612946841bd7149b664f8c /src/onaptests/steps/cloud/complex_create.py | |
parent | 9cd3c4fef7b7e980321486bfd1a86366a2221a16 (diff) | |
parent | 84a44a0cf70e2e55a13e4e994836ee074b7039aa (diff) |
Merge "Collect steps execution result"
Diffstat (limited to 'src/onaptests/steps/cloud/complex_create.py')
-rw-r--r-- | src/onaptests/steps/cloud/complex_create.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/onaptests/steps/cloud/complex_create.py b/src/onaptests/steps/cloud/complex_create.py index 37ad49f..b4d110d 100644 --- a/src/onaptests/steps/cloud/complex_create.py +++ b/src/onaptests/steps/cloud/complex_create.py @@ -7,6 +7,7 @@ from ..base import BaseStep class ComplexCreateStep(BaseStep): """Complex creation step.""" + @BaseStep.store_state def execute(self): """Create complex. |