Skip to content

Commit

Permalink
[ADD] upgrade scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Oct 13, 2014
1 parent 36084c7 commit 37c6714
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
###############################################################################
#
# OERPScenario, OpenERP Functional Tests
# Copyright 2009 Camptocamp SA
#
##############################################################################

# Features Generic tags (none for all)
##############################################################################
# Branch # Module # Processes # System
@arminstrom_upgrade_1_0

Feature: upgrade arminstrom to version 1.0
As an administrator, I do the following upgrade steps.
@arminstrom_upgrade_1_0
Scenario: Upgrade Base
Given I update the module list
Given I install the required modules with dependencies:
| name |
| base |
Then my modules should have been installed and models reloaded

0 comments on commit 37c6714

Please sign in to comment.