Skip to content

Commit c556a9f

Browse files
committed
Update README-dev to reflect the new blackbox testing process
1 parent 2c73c64 commit c556a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README-dev.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ At a very high level, our development process usually looks like this:
2828
1. Create a fork of the delphix/virtualization-sdk repository.
2929
2. Clone the forked repository.
3030
3. Make changes to SDK code. Test these changes manually and with unit tests. Iterate on this until you have everything working.
31-
4. Commit your changes and build all Python package distributions. Make sure the version number of the packages is updated appropriately.
32-
5. Publish Python distributions to artifactory.
33-
7. Run blackbox against the newly uploaded SDK version.
31+
4. Commit your changes. Make sure the version number of the packages is updated appropriately.
32+
5. Push your changes to a branch in the forked repository.
33+
7. Run blackbox tests against that branch.
3434
7. Publish a pull request to the delphix/virtualization-sdk once your code is ready for review.
3535
8. Once the pull request is approved, it will merged into delphix/virtualization-sdk repository.
3636

0 commit comments

Comments
 (0)