aboutsummaryrefslogtreecommitdiffstats
path: root/docs/oom_project_description.rst
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@est.tech>2022-05-17 08:25:37 +0000
committerGerrit Code Review <gerrit@onap.org>2022-05-17 08:25:37 +0000
commit0ed8a25190a34f5b5ac7d1702ca79165b8628375 (patch)
tree9347dfc76d52e50636e1981c06f60ddc5b91080a /docs/oom_project_description.rst
parent8ca75d9434288173933f6e140c829c42f7a3c5b5 (diff)
parente9f5a90e0c7ce23061308e1a0614de2bc83a1aea (diff)
Merge "[COMMON] Fix more and more array bashisms step 2"
Diffstat (limited to 'docs/oom_project_description.rst')
0 files changed, 0 insertions, 0 deletions
ex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#Feature: ActivitySpec Flow
#
#Given Default prefix "activity_spec"
#
#  Scenario: Test Invalid Status Transition for Activity Spec
#    #Create Activity Spec
#    When I want to set the input data to file "resources/json/createActivitySpec.json"
#    Then I want to update the input property "name" with a random value
#    When I want to create an ActivitySpec
#    Then I want to check property "id" exists
#    And I want to check property "versionId" exists
#
#    #Get Activity Spec and verify status
#    When I want to get the ActivitySpec for the current item
#    Then I want to check property "status" for value "Draft"
#
#    #Deprecate "Draft" activity status and verify error message
#    Then I want the following to fail with error message "Activity Spec is in an invalid state"
#    When I want to call action "DEPRECATE" on this ActivitySpec item
#
#    #Delete "Draft" activity spec and verify error code
#    Then I want the following to fail with error message "Activity Spec is in an invalid state"
#    When I want to call action "DELETE" on this ActivitySpec item
#
#    #Certify activity spec
#    When I want to call action "CERTIFY" on this ActivitySpec item
#    #Certify "certified" activity spec and verify error code
#    Then I want the following to fail with error message "Activity Spec is in an invalid state"
#    When I want to call action "CERTIFY" on this ActivitySpec item