Fix package name of psp on e2e framework

psp is imported as separated package from main framework but the
name was framework. This made confusion, so this renames it to psp.
This commit is contained in:
Kenichi Omichi
2019-10-11 18:21:28 +00:00
parent 46dd075bab
commit c0430d3f8e

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package framework package psp
import ( import (
"fmt" "fmt"