[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-09 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r437054951 ## File path: Makefile ## @@ -169,7 +169,7 @@ push: image .PHONY: test test: clean @echo "running unit tests" - go

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436209945 ## File path: test/e2e/framework/helpers/rest_api_utils.go ## @@ -0,0 +1,114 @@ +/* + Licensed to the Apache Software Foundation

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436209911 ## File path: test/e2e/framework/helpers/k8s_utils.go ## @@ -0,0 +1,123 @@ +/* + Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436209485 ## File path: Makefile ## @@ -169,7 +169,7 @@ push: image .PHONY: test test: clean @echo "running unit tests" - go

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436209419 ## File path: go.mod ## @@ -44,8 +45,9 @@ require ( github.com/jonboulle/clockwork v0.1.0 // indirect

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436209368 ## File path: test/e2e/CI/ci_suite_test.go ## @@ -0,0 +1,35 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436209184 ## File path: test/e2e/framework/cfg_manager/config.go ## @@ -0,0 +1,62 @@ +/* + Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436208524 ## File path: test/e2e/framework/helpers/rest_api_utils.go ## @@ -0,0 +1,114 @@ +/* + Licensed to the Apache Software Foundation

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436207762 ## File path: test/e2e/framework/helpers/rest_api_utils.go ## @@ -0,0 +1,114 @@ +/* + Licensed to the Apache Software Foundation

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-05 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r436207093 ## File path: test/e2e/framework/helpers/common_utils.go ## @@ -0,0 +1,97 @@ +/* + Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-01 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r433567046 ## File path: test/e2e/framework/helpers/k8s_utils.go ## @@ -0,0 +1,112 @@ +/* + Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-01 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r433585593 ## File path: test/e2e/README.md ## @@ -0,0 +1,42 @@ +# YuniKorn QE + +This repository is the home for YuniKorn testing. This repo

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-01 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r433567046 ## File path: test/e2e/framework/helpers/k8s_utils.go ## @@ -0,0 +1,112 @@ +/* + Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-yunikorn-k8shim] ayubpathan commented on a change in pull request #130: YUNIKORN-161: End to end testing framework for YuniKorn on K8s

2020-06-01 Thread GitBox
ayubpathan commented on a change in pull request #130: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/130#discussion_r433540558 ## File path: test/e2e/CI/ci_test.go ## @@ -0,0 +1,106 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more