Skip to content

Commit

Permalink
Update README-dev to reflect the new blackbox testing process
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrozdowski committed Mar 2, 2020
1 parent 2c73c64 commit c556a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ At a very high level, our development process usually looks like this:
1. Create a fork of the delphix/virtualization-sdk repository.
2. Clone the forked repository.
3. Make changes to SDK code. Test these changes manually and with unit tests. Iterate on this until you have everything working.
4. Commit your changes and build all Python package distributions. Make sure the version number of the packages is updated appropriately.
5. Publish Python distributions to artifactory.
7. Run blackbox against the newly uploaded SDK version.
4. Commit your changes. Make sure the version number of the packages is updated appropriately.
5. Push your changes to a branch in the forked repository.
7. Run blackbox tests against that branch.
7. Publish a pull request to the delphix/virtualization-sdk once your code is ready for review.
8. Once the pull request is approved, it will merged into delphix/virtualization-sdk repository.

Expand Down

0 comments on commit c556a9f

Please sign in to comment.