Skip to content

Commit

Permalink
changing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanjayam committed Jan 10, 2024
1 parent 0ace8f9 commit d963b5a
Show file tree
Hide file tree
Showing 65 changed files with 127 additions and 127 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GitHub by forking the repository and sending a pull request.

Before Comcast merges your code into the project you must sign the [Comcast
Contributor License Agreement
(CLA)](https://gist.github.com/ComcastOSS/a7b8933dd8e368535378cda25c92d19a).
(CLA)](https://gist.github.com/hemanjayamOSS/a7b8933dd8e368535378cda25c92d19a).

If you haven't previously signed a Comcast CLA, you'll automatically be asked
to when you open a pull request. Alternatively, we can send you a PDF that
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Plax: an engine for testing messaging systems

[![Go Reference](https://pkg.go.dev/badge/github.com/Comcast/plax.svg)](https://pkg.go.dev/github.com/Comcast/plax)
[![Go Reference](https://pkg.go.dev/badge/github.com/hemanjayam/plax.svg)](https://pkg.go.dev/github.com/hemanjayam/plax)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)

Expand Down Expand Up @@ -30,9 +30,9 @@ over a set of channels that are connected to external services.
Execution of the test verifies that the expected output occurred.

## Automated Build Status
[![Test](https://github.com/Comcast/plax/actions/workflows/test.yml/badge.svg)](https://github.com/Comcast/plax/actions/workflows/test.yml)
[![Tag](https://github.com/Comcast/plax/actions/workflows/tag.yml/badge.svg)](https://github.com/Comcast/plax/actions/workflows/tag.yml)
[![Release](https://github.com/Comcast/plax/actions/workflows/release.yml/badge.svg)](https://github.com/Comcast/plax/actions/workflows/release.yml)
[![Test](https://github.com/hemanjayam/plax/actions/workflows/test.yml/badge.svg)](https://github.com/hemanjayam/plax/actions/workflows/test.yml)
[![Tag](https://github.com/hemanjayam/plax/actions/workflows/tag.yml/badge.svg)](https://github.com/hemanjayam/plax/actions/workflows/tag.yml)
[![Release](https://github.com/hemanjayam/plax/actions/workflows/release.yml/badge.svg)](https://github.com/hemanjayam/plax/actions/workflows/release.yml)

## Command-line tools in this repo

Expand Down Expand Up @@ -76,11 +76,11 @@ See the [main documentation](doc/manual.md) and the [examples](demos).
1. [Plax manual](doc/manual.md) and the [`plaxrun`
manual](doc/plaxrun.md)
1. [Sheens pattern
matching](https://github.com/Comcast/sheens#pattern-matching) and
matching](https://github.com/hemanjayam/sheens#pattern-matching) and
some
[examples](https://github.com/Comcast/sheens/blob/master/match/match.md)
1. [Sheens](https://github.com/Comcast/sheens), which could be
[used](https://github.com/Comcast/sheens/tree/master/sio/siomq) to
[examples](https://github.com/hemanjayam/sheens/blob/master/match/match.md)
1. [Sheens](https://github.com/hemanjayam/sheens), which could be
[used](https://github.com/hemanjayam/sheens/tree/master/sio/siomq) to
implement more complex tests and simulations
1. [TCL "expect"](https://en.wikipedia.org/wiki/Expect)

2 changes: 1 addition & 1 deletion chans/cwl/cwl.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"github.com/aws/aws-sdk-go/service/cloudwatchlogs"
"github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion chans/cwl/cwl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"fmt"
"testing"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/cloudwatchlogs"
"github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface"
Expand Down
2 changes: 1 addition & 1 deletion chans/httpclient/httpclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"net/url"
"time"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion chans/httpclient/httpclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"testing"
"time"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
)

func TestDocs(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion chans/httpserver/httpserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"net/url"
"time"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion chans/kds/kds.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"fmt"
"log"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"

kds "github.com/harlow/kinesis-consumer"
)
Expand Down
2 changes: 1 addition & 1 deletion chans/kdspub/kdspub.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"encoding/json"
"fmt"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/config"
Expand Down
2 changes: 1 addition & 1 deletion chans/mqtt/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"net/http"
"time"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"

mq "github.com/eclipse/paho.mqtt.golang"
)
Expand Down
2 changes: 1 addition & 1 deletion chans/shell/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"strconv"
"time"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion chans/shell/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"testing"
"time"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
)

func TestDocs(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion chans/sqlc/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"plugin"
"reflect"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"

_ "modernc.org/sqlite"
)
Expand Down
2 changes: 1 addition & 1 deletion chans/sqlc/sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"testing"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
)

func TestChan(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion chans/sqs/sqs.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"encoding/json"
"fmt"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
Expand Down
2 changes: 1 addition & 1 deletion chans/sqs/sqs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"testing"
"time"

"github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/dsl"
)

func TestDocsSQS(t *testing.T) {
Expand Down
20 changes: 10 additions & 10 deletions chans/std/std.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
package std

import (
_ "github.com/Comcast/plax/chans"
_ "github.com/Comcast/plax/chans/cwl"
_ "github.com/Comcast/plax/chans/httpclient"
_ "github.com/Comcast/plax/chans/httpserver"
_ "github.com/Comcast/plax/chans/kds"
_ "github.com/Comcast/plax/chans/kdspub"
_ "github.com/Comcast/plax/chans/mqtt"
_ "github.com/Comcast/plax/chans/shell"
_ "github.com/Comcast/plax/chans/sqlc"
_ "github.com/Comcast/plax/chans/sqs"
_ "github.com/hemanjayam/plax/chans"
_ "github.com/hemanjayam/plax/chans/cwl"
_ "github.com/hemanjayam/plax/chans/httpclient"
_ "github.com/hemanjayam/plax/chans/httpserver"
_ "github.com/hemanjayam/plax/chans/kds"
_ "github.com/hemanjayam/plax/chans/kdspub"
_ "github.com/hemanjayam/plax/chans/mqtt"
_ "github.com/hemanjayam/plax/chans/shell"
_ "github.com/hemanjayam/plax/chans/sqlc"
_ "github.com/hemanjayam/plax/chans/sqs"
)
6 changes: 3 additions & 3 deletions cmd/plax/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ import (
"regexp"
"time"

_ "github.com/Comcast/plax/chans/std"
"github.com/Comcast/plax/dsl"
"github.com/Comcast/plax/invoke"
_ "github.com/hemanjayam/plax/chans/std"
"github.com/hemanjayam/plax/dsl"
"github.com/hemanjayam/plax/invoke"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/plaxrun/demos/error.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 0.0.1
tests:
error:
path: invalid.yaml
version: github.com/Comcast/plax
version: github.com/hemanjayam/plax
2 changes: 1 addition & 1 deletion cmd/plaxrun/demos/failure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 0.0.1
tests:
failure:
path: failure.yaml
version: github.com/Comcast/plax
version: github.com/hemanjayam/plax
2 changes: 1 addition & 1 deletion cmd/plaxrun/demos/fullrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tests:

demos:
path: .
version: github.com/Comcast/plax
version: github.com/hemanjayam/plax

wait:
path: test-wait.yaml
Expand Down
2 changes: 1 addition & 1 deletion cmd/plaxrun/demos/include-absolute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 0.0.1
tests:
error:
path: include/plax/include_absolute.yaml
version: github.com/Comcast/plax
version: github.com/hemanjayam/plax
2 changes: 1 addition & 1 deletion cmd/plaxrun/demos/numeric_string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
tests:
numeric_string:
path: numeric_string.yaml
version: github.com/Comcast/plax
version: github.com/hemanjayam/plax
params:
- NUMERIC_STRING

Expand Down
2 changes: 1 addition & 1 deletion cmd/plaxrun/demos/reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
tests:
reports:
path: invalid.yaml
version: github.com/Comcast/plax
version: github.com/hemanjayam/plax

params:
STDOUT_REPORT_TYPE:
Expand Down
2 changes: 1 addition & 1 deletion cmd/plaxrun/demos/waitrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
tests:
wait:
path: test-wait.yaml
version: github.com/Comcast/plax
version: github.com/hemanjayam/plax
params:
- 'WAIT'
- 'MARGIN'
Expand Down
6 changes: 3 additions & 3 deletions cmd/plaxrun/dsl/plax_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"context"
"fmt"

"github.com/Comcast/plax/dsl"
"github.com/Comcast/plax/junit"
"github.com/hemanjayam/plax/dsl"
"github.com/hemanjayam/plax/junit"
)

const (
Expand Down Expand Up @@ -63,7 +63,7 @@ const (

var (
// DefaultPluginModule to load; "There can be only one!"
DefaultPluginModule PluginModule = "github.com/Comcast/plax"
DefaultPluginModule PluginModule = "github.com/hemanjayam/plax"
)

// GetPluginDefName returns the Name
Expand Down
6 changes: 3 additions & 3 deletions cmd/plaxrun/dsl/test_def.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import (
"strconv"
"strings"

"github.com/Comcast/plax/cmd/plaxrun/async"
plaxDsl "github.com/Comcast/plax/dsl"
"github.com/Comcast/plax/junit"
"github.com/hemanjayam/plax/cmd/plaxrun/async"
plaxDsl "github.com/hemanjayam/plax/dsl"
"github.com/hemanjayam/plax/junit"
)

// TestDef is a test file or suite (directory)
Expand Down
4 changes: 2 additions & 2 deletions cmd/plaxrun/dsl/test_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ package dsl
import (
"fmt"

"github.com/Comcast/plax/cmd/plaxrun/async"
plaxDsl "github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/cmd/plaxrun/async"
plaxDsl "github.com/hemanjayam/plax/dsl"
)

// TestGroupRef references a group by name
Expand Down
2 changes: 1 addition & 1 deletion cmd/plaxrun/dsl/test_guard.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"io/ioutil"
"path"

plaxDsl "github.com/Comcast/plax/dsl"
plaxDsl "github.com/hemanjayam/plax/dsl"
)

// TestGuard for guarding tests, groups, or iterations
Expand Down
2 changes: 1 addition & 1 deletion cmd/plaxrun/dsl/test_iterate.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"encoding/json"
"fmt"

plaxDsl "github.com/Comcast/plax/dsl"
plaxDsl "github.com/hemanjayam/plax/dsl"
)

// TestIterate is used to iterate over a collection
Expand Down
2 changes: 1 addition & 1 deletion cmd/plaxrun/dsl/test_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"os/exec"
"regexp"

plaxDsl "github.com/Comcast/plax/dsl"
plaxDsl "github.com/hemanjayam/plax/dsl"
)

var (
Expand Down
6 changes: 3 additions & 3 deletions cmd/plaxrun/dsl/test_report_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
"encoding/json"
"fmt"

"github.com/Comcast/plax/cmd/plaxrun/plugins/report"
"github.com/Comcast/plax/dsl"
plaxDsl "github.com/Comcast/plax/dsl"
"github.com/hemanjayam/plax/cmd/plaxrun/plugins/report"
"github.com/hemanjayam/plax/dsl"
plaxDsl "github.com/hemanjayam/plax/dsl"
)

const (
Expand Down
8 changes: 4 additions & 4 deletions cmd/plaxrun/dsl/test_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ import (

"gopkg.in/yaml.v3"

"github.com/Comcast/plax/cmd/plaxrun/async"
"github.com/Comcast/plax/cmd/plaxrun/plugins/report"
"github.com/hemanjayam/plax/cmd/plaxrun/async"
"github.com/hemanjayam/plax/cmd/plaxrun/plugins/report"

"github.com/Comcast/plax/junit"
"github.com/hemanjayam/plax/junit"

plaxDsl "github.com/Comcast/plax/dsl"
plaxDsl "github.com/hemanjayam/plax/dsl"
)

// Ctx is the context type
Expand Down
4 changes: 2 additions & 2 deletions cmd/plaxrun/dsl/test_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ package dsl
import (
"fmt"

"github.com/Comcast/plax/cmd/plaxrun/async"
"github.com/hemanjayam/plax/cmd/plaxrun/async"

plaxDsl "github.com/Comcast/plax/dsl"
plaxDsl "github.com/hemanjayam/plax/dsl"
)

// TestSuiteRef reference
Expand Down
8 changes: 4 additions & 4 deletions cmd/plaxrun/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ import (
"log"
"os"

plaxDsl "github.com/Comcast/plax/dsl"
plaxDsl "github.com/hemanjayam/plax/dsl"

_ "github.com/Comcast/plax/chans/std"
_ "github.com/hemanjayam/plax/chans/std"

"github.com/Comcast/plax/cmd/plaxrun/dsl"
_ "github.com/Comcast/plax/cmd/plaxrun/plugins"
"github.com/hemanjayam/plax/cmd/plaxrun/dsl"
_ "github.com/hemanjayam/plax/cmd/plaxrun/plugins"
)

var (
Expand Down
Loading

0 comments on commit d963b5a

Please sign in to comment.