Skip to content

Commit

Permalink
reorg directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc committed Jun 18, 2024
1 parent c10dd35 commit 5aa528a
Show file tree
Hide file tree
Showing 119 changed files with 5 additions and 185 deletions.
39 changes: 0 additions & 39 deletions test/cases/core/e2e_k8s_test.go

This file was deleted.

39 changes: 0 additions & 39 deletions test/cases/core/regression_host_test.go

This file was deleted.

39 changes: 0 additions & 39 deletions test/cases/core/regression_k8s_test.go

This file was deleted.

28 changes: 0 additions & 28 deletions test/cases/core/scenarios/container_filter.feature

This file was deleted.

35 changes: 0 additions & 35 deletions test/cases/core/scenarios/processor_regex.feature

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package core
package e2e

import (
"testing"
Expand All @@ -21,15 +21,15 @@ import (
"github.com/alibaba/ilogtail/test/testhub/cleanup"
)

func TestE2EOnHost(t *testing.T) {
func TestE2EOnDocker(t *testing.T) {
defer cleanup.All()
suite := godog.TestSuite{
Name: "E2EOnHost",
Name: "E2EOnDocker",
ScenarioInitializer: scenarioInitializer,
Options: &godog.Options{
Format: "pretty",
Paths: []string{"scenarios"},
Tags: "@e2e && @host",
Tags: "@e2e && @docker",
TestingT: t,
},
}
Expand Down
2 changes: 1 addition & 1 deletion test/cases/core/main_test.go → test/e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package core
package e2e

import (
"os"
Expand Down

0 comments on commit 5aa528a

Please sign in to comment.