• Kubernetes Submit Queue's avatar
    Merge pull request #42363 from copejon/extract-volume-utils · c2f3c483
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Extract e2e utility code into framework
    
    **What this PR does / why we need it**:
    There's a growing dependency on Volume e2e utilities related to creating / test against NFS volumes.  For this reason, it's useful to relocate the relevant functions to the `framework` pkg.   Doing so makes these utility functions available to e2e tests outside the `e2e` package.
    
    
    This PR only moves code from the `e2e` package to `framework` and handle the relevant changes in calls.  It does not change any logic.  
    
    
    ```release-note
    NONE
    ```
    
    @jingxu97 I think there's value here in reducing duplicate code in the `common` package, given that these functions have been copied down to it.  However, there's been some divergence.  Can you PTAL and let me know if there's any reason we can't remove the duplicate `common` code?
    
    cc @jeffvance
    c2f3c483
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_federation Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...